From 37667424ab75197458bf566cfcd2dbce59a20d35 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 3 Apr 2019 23:10:33 +0200 Subject: [PATCH] Cleanup: remove unused font-pillar.css link. They are built inside project-main.sass now --- src/templates/projects/landing.pug | 1 - src/templates/projects/view.pug | 1 - 2 files changed, 2 deletions(-) diff --git a/src/templates/projects/landing.pug b/src/templates/projects/landing.pug index 744cfd3..1000b85 100644 --- a/src/templates/projects/landing.pug +++ b/src/templates/projects/landing.pug @@ -77,7 +77,6 @@ meta(property="og:url", content="{{url_for('projects.view', project_url=project. | {% endblock %} | {% block css %} -link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css') }}", rel="stylesheet") link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}", rel="stylesheet") | {% endblock %} diff --git a/src/templates/projects/view.pug b/src/templates/projects/view.pug index 0635ad9..c04d74a 100644 --- a/src/templates/projects/view.pug +++ b/src/templates/projects/view.pug @@ -85,7 +85,6 @@ script(src="{{ url_for('static_pillar', filename='assets/js/video_plugins.min.js | {% endblock %} | {% block css %} -link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css') }}", rel="stylesheet") link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}", rel="stylesheet") | {% endblock %}