From 54abda883d7ac17e99b112ddc6fce258e098ca78 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 3 Apr 2019 23:12:17 +0200 Subject: [PATCH] Cleanup: remove unused font-pillar link. They are now built into the main stylesheets. --- src/templates/errors/layout.pug | 1 - src/templates/layout.pug | 1 - src/templates/projects/view_theatre.pug | 2 -- 3 files changed, 4 deletions(-) diff --git a/src/templates/errors/layout.pug b/src/templates/errors/layout.pug index 50ddefb8..adeff825 100644 --- a/src/templates/errors/layout.pug +++ b/src/templates/errors/layout.pug @@ -7,7 +7,6 @@ html(lang="en") link(href="{{ url_for('static_pillar', filename='assets/ico/favicon.png') }}", rel="shortcut icon") link(href="{{ url_for('static_pillar', filename='assets/ico/apple-touch-icon-precomposed.png') }}", rel="icon apple-touch-icon-precomposed", sizes="192x192") - link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css') }}", rel="stylesheet") link(href="{{ url_for('static_pillar', filename='assets/css/base.css') }}", rel="stylesheet") link(href='//fonts.googleapis.com/css?family=Roboto:300,400', rel='stylesheet', type='text/css') | {% block head %}{% endblock %} diff --git a/src/templates/layout.pug b/src/templates/layout.pug index 361e5c17..c1d197a4 100644 --- a/src/templates/layout.pug +++ b/src/templates/layout.pug @@ -44,7 +44,6 @@ html(lang="en") | {% block head %}{% endblock %} | {% block css %} - link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css') }}", rel="stylesheet") | {% if title == 'blog' %} link(href="{{ url_for('static_pillar', filename='assets/css/blog.css') }}", rel="stylesheet") | {% else %} diff --git a/src/templates/projects/view_theatre.pug b/src/templates/projects/view_theatre.pug index 6493ddd9..a3677fba 100644 --- a/src/templates/projects/view_theatre.pug +++ b/src/templates/projects/view_theatre.pug @@ -29,14 +29,12 @@ li.nav-item | {% endblock %} | {% block css %} -link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css') }}", rel="stylesheet") link(href="{{ url_for('static_pillar', filename='assets/css/theatre.css') }}", rel="stylesheet") | {% endblock %} | {% block body %} #theatre-container.d-flex.position-relative.h-100.overflow-hidden( class="{% if current_user.is_authenticated %}with-info{% endif %}") - | {% endblock %} | {% block footer_scripts %}