forked from selimerunkut/gokcenbas.at
-
Notifications
You must be signed in to change notification settings - Fork 1
/
head.html
36 lines (30 loc) · 1.27 KB
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<head>
<link href="https://gmpg.org/xfn/11" rel="profile" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>
{% if page.title == "Home" %}
{{ site.title }}{% if site.tagline %} · {{ site.tagline }}{% endif %}
{% else %}
{{ page.title }} · {{ site.title }}
{% endif %}
</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
{% if site.environment == production %}
{% include google-analytics.html %}
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
{% include font-includes.html %}
{% else %}
<meta name="googlebot" content="noindex">
{% endif %}
<!-- CSS -->
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}" />
<!-- Icons -->
{% include favicons.html %}
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS"
href="{{ site.feed.path | default: 'feed.xml' | relative_url }}" />
{% include custom-head.html %}
</head>