aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae/history/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/immae/history/_includes/head.html')
-rw-r--r--modules/private/websites/immae/history/_includes/head.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/private/websites/immae/history/_includes/head.html b/modules/private/websites/immae/history/_includes/head.html
new file mode 100644
index 0000000..cd9112e
--- /dev/null
+++ b/modules/private/websites/immae/history/_includes/head.html
@@ -0,0 +1,18 @@
1<head>
2 <meta charset="utf-8">
3 <meta name="viewport" content="width=device-width, initial-scale=1">
4 <title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
5 <link rel="icon" type="image/png" href="/favicon.png">
6 <!-- CSS -->
7 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
8 <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css" type="text/css">
9
10 <!-- Font -->
11 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro">
12
13 <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
14 <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
15
16 </head>
17
18 \ No newline at end of file