sfizz/docs/_includes/head.html
2019-10-03 18:49:12 +02:00

34 lines
1.1 KiB
HTML

<meta charset="utf-8">
<title>
{%-if page.title-%}
{{ page.title | escape }} - {{ site.project.name }}
{%-else-%}
{{ site.project.name }}
{%-endif-%}
</title>
{% if site.project.authors.content-%}
<meta name="author" content="{{ site.project.authors.content }}">
{% endif %}
{%-if site.project.authors.web-%}
<meta name="web-author" content="{{ site.project.authors.web }}">
{%-endif %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% if site.google.analytics_code %}{%-include google-analytics.html-%}{% endif %}
<!-- Atom Feeds -->
<link href="{{ "/atom.xml" | relative_url }}" rel="alternate" title="News"
type="application/atom+xml" />
{% include favicons.html %}
<!-- Stylesheets -->
<link href="{{ "/assets/css/style.min.css" | relative_url }}"
rel="stylesheet" media="screen">
{%-for stylesheet in page.stylesheets-%}
<link href="{{ "/assets/css/" | append: stylesheet | append: .css | relative_url }}"
rel="stylesheet">
{% endfor %}
{%-include custom-styles.html %}
<!-- Font Awesome Icons -->
<script src="https://kit.fontawesome.com/8d25d19870.js"></script>