Forked from
KWARC / kwarc.info / www
941 commits behind the upstream repository.
-
Tom Wiesing authored
This commit adds a lot of performance tuning, making the page compile much faster (<= 10 seconds)
Tom Wiesing authoredThis commit adds a lot of performance tuning, making the page compile much faster (<= 10 seconds)
head.html 1.34 KiB
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="date" content="{{ site.time }}" scheme="YYYY-MM-DD HH:MM:SS TTTT">
<meta name='revision' content='{{ site.github.build_revision }}'>
<title>
{% if page.title == "Home" %}
{{ site.title }} · {{ site.tagline }}
{% else %}
{{ page.title }} · {{ site.title }}
{% endif %}
</title>
<!--Import Google Icon Font -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Import materialize -->
<link type="text/css" rel="stylesheet" href="{{ site.baseurl }}/public/{{ site.materialize }}/css/materialize.min.css" media="screen,projection"/>
<!-- And font awesome -->
<link type="text/css" rel="stylesheet" href="{{ site.baseurl }}/public/{{ site.fontawesome }}/css/font-awesome.min.css" media="screen,projection"/>
<!-- Custom CSS -->
<link href="{{ site.baseurl }}/public/css/main.css" rel="stylesheet">
<!-- Icons -->
<link rel="shortcut icon" type="image/png" sizes="96x96" href="/public/favicon-96x96.png">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
</head>