|
@@ -5,14 +5,14 @@
|
5
|
5
|
<title>{{ htmlspecialchars(page.title) }} - xythobuz.de</title>
|
6
|
6
|
<meta name="description" content="{{ htmlspecialchars(page.get("description", "Electronics & Software Projects")) }}" />
|
7
|
7
|
<meta name="keywords" content="{{ htmlspecialchars(page.get("keywords", "xythobuz")) }}" />
|
8
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
9
|
|
- <link rel="author" href="xythobuz@xythobuz.de">
|
10
|
|
- <link rel="shortcut icon" href="img/favicon.ico">
|
11
|
|
- <link rel="alternate" type="application/rss+xml" title="Blog" href="rss.xml">
|
|
8
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
9
|
+ <link rel="author" href="xythobuz@xythobuz.de" />
|
|
10
|
+ <link rel="shortcut icon" href="img/favicon.ico" />
|
|
11
|
+ <link rel="alternate" type="application/rss+xml" title="Blog" href="rss.xml" />
|
12
|
12
|
<link type="text/css" rel="stylesheet" href="css/style.css" />
|
13
|
13
|
<link type="text/css" rel="stylesheet" href="css/sh_bright.min.css" />
|
14
|
14
|
<link type="text/css" rel="stylesheet" href="css/gh-fork-ribbon.css" />
|
15
|
|
- <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700">
|
|
15
|
+ <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700" />
|
16
|
16
|
<link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.2.18/css/lightgallery.min.css" />
|
17
|
17
|
<script type="text/javascript" src="js/sh_main.js"></script>
|
18
|
18
|
<!--%
|