Skip to content

Commit

Permalink
Merge pull request #82 from TACC/hotfix/GH-81-fix-favicons-not-loading
Browse files Browse the repository at this point in the history
GH-81: Fix Favicons Not Loading
  • Loading branch information
wesleyboar authored Sep 22, 2021
2 parents f52e865 + f45687c commit a1d3edb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions a2cps-cms/templates/fullwidth.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
{% load cms_tags %}

{% block assets_custom %}
{{ block.super }}

{% include "./assets_custom.html" %}
{% endblock assets_custom %}
2 changes: 2 additions & 0 deletions a2cps-cms/templates/standard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
{% load cms_tags %}

{% block assets_custom %}
{{ block.super }}

{% include "./assets_custom.html" %}
{% endblock assets_custom %}
2 changes: 2 additions & 0 deletions frontera-cms/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
{% load cms_tags staticfiles %}

{% block assets_custom %}
{{ block.super }}

<link rel="stylesheet" href="{% static 'frontera-cms/css/build/site.css' %}">
<link rel="stylesheet" href="{% static 'frontera-cms/css/build/site.header.css' %}">

Expand Down
2 changes: 2 additions & 0 deletions protx-cms/templates/fullwidth.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
{% load cms_tags %}

{% block assets_custom %}
{{ block.super }}

{% include "./assets_custom.html" %}
{% endblock assets_custom %}
2 changes: 2 additions & 0 deletions protx-cms/templates/standard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
{% load cms_tags %}

{% block assets_custom %}
{{ block.super }}

{% include "./assets_custom.html" %}
{% endblock assets_custom %}
2 changes: 2 additions & 0 deletions utrc-cms/templates/fullwidth.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
{% load cms_tags %}

{% block assets_custom %}
{{ block.super }}

{% include "./assets_custom.html" %}
{% endblock assets_custom %}
2 changes: 2 additions & 0 deletions utrc-cms/templates/standard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
{% load cms_tags %}

{% block assets_custom %}
{{ block.super }}

{% include "./assets_custom.html" %}
{% endblock assets_custom %}

0 comments on commit a1d3edb

Please sign in to comment.