Compare commits

..

No commits in common. "67f02951bc4d2a042a3caee8c941e382c1b664c6" and "71b2b19930459e7e4751ba81da0e6e3be36f9998" have entirely different histories.

7 changed files with 4 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -17,10 +17,9 @@
{{ 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" . }}

View File

@ -4,7 +4,9 @@
<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="icon" type="image/png" href="{{ "img/fav.png" | relURL }}"> <link rel="apple-touch-icon" sizes="180x180" href="{{ "img/apple-touch-icon.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 -}}