blob: 6da9489ffd780d457b22768a5cdc2239dfe1d463 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
<head>
<meta charset="utf-8">
{{ .Hugo.Generator }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/css/min.css">
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="{{ .Site.Title }}">
<title>{{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} - {{ .Site.Title }}{{ end }}</title>
</head>
<body>
<div class="container">
<header role="banner">
<div class="header-logo">
<!-- Logo based on "Creative Tail - Fox", CC-BY 4.0 -->
<a href="/"><svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 128 128" xml:space="preserve" height="72" viewBox="0 0 75.000809 72" width="75" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><g transform="translate(-26.5 -24)"><path fill="#e6e6e6" d="m96.5 69.1c-1.4-3.6-2.5-8.5-2.5-17.2h-30-30c0 8.72-1.12 13.6-2.5 17.1-1.38 3.57 2.79 6.64 5.72 8.9 11.4 8.9 12.4 18.1 26.8 18.1s15.4-9.25 26.8-18c2.94-2.26 7.1-5.33 5.72-8.9z"/><path fill="#ccc" d="m96.5 69.1c-1.4-3.6-2.5-8.5-2.5-17.2h-3c0 8.72 1.12 13.6 2.5 17.1 1.38 3.57-2.79 6.64-5.72 8.9-11 8.5-12.3 17.4-25.3 18.1h1.5c14.4 0 15.4-9.25 26.8-18 2.94-2.26 7.1-5.33 5.72-8.9z"/><circle cy="64.2" cx="74.8" r="5" fill="#f5f5f5"/><circle cy="64.2" cx="74.8" r="3" fill="#242424"/><circle cy="64.2" cx="52.8" r="5" fill="#f5f5f5"/><circle cy="64.2" cx="52.8" r="3" fill="#242424"/><path fill="#cc803d" d="m101 24.8c-1-0.5-1.3-0.8-2-0.8-7.5 0-20 4.8-27.9 12-1.9-1.2-4.4-2-7.1-2s-5.2 0.8-7.2 2c-7.8-7.2-20.4-12-27.8-12-0.672 0-1.32 0.269-1.78 0.752-0.471 0.479-0.727 1.13-0.715 1.8 0.119 5.91 2.86 13 5.27 19.4 0.809 2.1 1.59 7.14 2.23 9.01 26.5-0.494 25 23.8 25 31.6h10c0-7.9-1.5-32.2 25-31.7v-3c0.641-1.88 1.42-3.91 2.23-6.02 2.42-6.3 5.15-13.4 5.27-19.3 0.012-0.672-0.244-1.32-0.715-1.8z"/><path fill="#b37035" d="m70.1 36.9c0.354-0.319 0.725-0.63 1.09-0.938-1.92-1.18-4.75-1.96-7.19-1.96-0.511 0-1.01 0.035-1.5 0.087 2.11 0.222 5.98 1.84 7.6 2.81z"/><path fill="#b37035" d="m101 24.8c-1-0.5-1.3-0.8-2-0.8-0.695 0-1.44 0.055-2.22 0.136 0.377 0.124 0.727 0.325 1.01 0.614 0.471 0.48 0.727 1.13 0.715 1.8-0.117 5.91-2.86 13-5.27 19.3-0.809 2.1-1.59 4.14-2.23 6.02v3c-26.5-0.4-25 23.9-25 31.7h3c0-7.8-1.5-32.1 25-31.6v-3c0.641-1.88 1.42-3.91 2.23-6.02 2.42-6.3 5.15-13.4 5.27-19.3 0.012-0.672-0.244-1.32-0.715-1.8z"/><path fill="#b37035" d="m54.8 36.9c0.6-0.4 1.4-0.7 2-0.9-8-7.3-20.4-12-27.8-12-0.268 0-0.528 0.054-0.777 0.136 7.53 0.788 19.4 6.24 26.6 12.8z"/><path fill="#242424" d="m64 94c-2.5-2.5-5-4.74-5-7.5s2.24-5 5-5 5 2.24 5 5-2.5 5-5 7.5z"/><path fill="#b36624" d="m96.5 29c-2.5 0-15 2.5-17.5 7.5 2.5 2.5 12.5 10 12.5 10 2.5-5 5-15 5-17.5z"/><path fill="#b36624" d="m31.5 29c2.5 0 15 2.5 17.5 7.5-2.5 2.5-12.5 10-12.5 10-2.5-5-5-15-5-17.5z"/></g></svg></a>
</div>
{{ if eq $isHomePage true }}<h1 class="site-title">{{ .Site.Title }}</h1>{{ end }}
</header>
|