blob: 10116983fc929dae9fbf407190ed05fe7f5d4a44 (
plain)
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
37
38
|
<!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" type="text/css" href="/css/min.css">
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="{{ .Site.Title }}">
<title>{{ .Title }}{{ if not .IsHome }} - {{ .Site.Title }}{{ end }}</title>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6856963757796636",
enable_page_level_ads: true
});
</script>
</head>
<body>
<script async type="text/javascript" src="/js/min.js"></script>
<div class="container">
<header role="banner">
<div class="header-logo">
<a href="/"><img width="128" height="128" alt="" src="/logo.svg"></img></a>
</div>
<h1 class="site-title">{{ .Site.Title }}</h1>
</header>
<div class="container">
<div class="row">
{{ range .Site.Menus.main }}
<div class="one-half column">
<a class="button" href="{{ .URL }}">{{ .Name }}</a>
</div>
{{ end }}
</div>
</div>
<div id="barba-wrapper">
<div class="barba-container">
|