Skip to content

Commit

Permalink
html: Add a block for custom scripts & styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Sep 15, 2020
1 parent ae717fe commit 95d2f9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions poster.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
{% block fonts %}
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap" rel="stylesheet">
{% endblock %}

{% block custom_head %}
{% endblock %}
</head>

{# For information about the “property” fields below, see https://schema.org/ScholarlyArticle -#}
Expand Down

0 comments on commit 95d2f9e

Please sign in to comment.