Compare commits
3 Commits
71b2b19930
...
67f02951bc
Author | SHA1 | Date |
---|---|---|
Dirk Heilig | 67f02951bc | |
Dirk Heilig | 702de000c3 | |
Dirk Heilig | f3e5fc583f |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
Binary file not shown.
Before Width: | Height: | Size: 608 B |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
|
@ -17,9 +17,10 @@
|
||||||
{{ partial "side-categories.html" . }}
|
{{ partial "side-categories.html" . }}
|
||||||
{{ partial "side-tags.html" . }}
|
{{ partial "side-tags.html" . }}
|
||||||
*/}}
|
*/}}
|
||||||
|
{{ partial "side-calendar.html" . }}
|
||||||
{{ partial "side-door-status.html" . }}
|
{{ partial "side-door-status.html" . }}
|
||||||
{{ partial "side-contact.html" . }}
|
{{ partial "side-contact.html" . }}
|
||||||
{{ partial "side-calendar.html" . }}
|
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
|
|
@ -4,9 +4,7 @@
|
||||||
<meta name="gitdate" content="{{ .Page.GitInfo.CommitDate }}">
|
<meta name="gitdate" content="{{ .Page.GitInfo.CommitDate }}">
|
||||||
<meta name="gitmsg" content="{{ .Page.GitInfo.Subject }}">
|
<meta name="gitmsg" content="{{ .Page.GitInfo.Subject }}">
|
||||||
<meta name="buildtime" content="{{ time.Now }}">
|
<meta name="buildtime" content="{{ time.Now }}">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ "img/apple-touch-icon.png" | relURL }}">
|
<link rel="icon" type="image/png" href="{{ "img/fav.png" | relURL }}">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ "img/favicon-32x32.png" | relURL }}">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ "img/favicon-16x16.png" | relURL }}">
|
|
||||||
{{ $title := .Site.Title -}}
|
{{ $title := .Site.Title -}}
|
||||||
{{ if .Params.Title -}}
|
{{ if .Params.Title -}}
|
||||||
{{ $title = printf "%s | %s" .Params.Title $title -}}
|
{{ $title = printf "%s | %s" .Params.Title $title -}}
|
||||||
|
|
Loading…
Reference in New Issue