all repos — blog @ 5f329ec086cbf1bb1ba4fe8513ee5477306d14ec

Code and content for 5ika.ch

layouts/partials/header.html (view raw)

 1<head>
 2  <meta charset="UTF-8" />
 3  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 4  <link
 5    rel="icon"
 6    href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🦌</text></svg>"
 7  />
 8  <link
 9    href="/posts/atom.xml"
10    type="application/atom+xml"
11    rel="alternate"
12    title="5ika's posts"
13  />
14  <link
15    href="/posts/rss.xml"
16    type="application/rss+xml"
17    rel="alternate"
18    title="5ika's posts"
19  />
20  <link rel="alternate" type="text/turtle" href="profile.ttl" />
21  <title>{{ .Page.Title }}</title>
22  <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css" />
23</head>