Improved the header
Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
parent
f32aed3141
commit
6a8b81baa1
@ -7,7 +7,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
{% if page.title == "Home" %}
|
{% if page.title == "index" %}
|
||||||
{{ site.title }}
|
{{ site.title }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ page.title }} · {{ site.title }}
|
{{ page.title }} · {{ site.title }}
|
||||||
@ -15,10 +15,13 @@
|
|||||||
</title>
|
</title>
|
||||||
|
|
||||||
<!-- Font Awesome -->
|
<!-- Font Awesome -->
|
||||||
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.9/css/all.css" />
|
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.9/css/fontawesome.css" />
|
||||||
|
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.9/css/brands.css" />
|
||||||
|
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.9/css/solid.css" />
|
||||||
|
|
||||||
<!-- Google Fonts -->
|
<!-- Google Fonts -->
|
||||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans" />
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Abril+Fatface" />
|
||||||
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans" />
|
||||||
|
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="{{ "/assets/css/poole.css" | relative_url }}" />
|
<link rel="stylesheet" href="{{ "/assets/css/poole.css" | relative_url }}" />
|
||||||
@ -31,5 +34,5 @@
|
|||||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/favicon-32x32.png" | relative_url }}" />
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/favicon-32x32.png" | relative_url }}" />
|
||||||
|
|
||||||
<!-- RSS -->
|
<!-- RSS -->
|
||||||
<link rel="alternate" type="application/atom+xml" title="RSS" href="{{ "/atom.xml" | relative_url }}" />
|
<link rel="alternate" type="application/atom+xml" title="RSS" href="{{ site.rss | relative_url }}" />
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user