mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Added icon.
This commit is contained in:
BIN
static/web/favicon.png
Normal file
BIN
static/web/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -10,6 +10,7 @@
|
|||||||
<meta name="author" content="{{copy .Page .Content "author"}}" />
|
<meta name="author" content="{{copy .Page .Content "author"}}" />
|
||||||
<meta name="title" content="{{$title}}" />
|
<meta name="title" content="{{$title}}" />
|
||||||
<meta name="description" content="{{copy .Page .Content "meta_description"}}" />
|
<meta name="description" content="{{copy .Page .Content "meta_description"}}" />
|
||||||
|
<link rel="icon" type="image/png" href="/static/web/favicon.png">
|
||||||
<link rel="canonical" href="{{.Page.CanonicalLink}}" />
|
<link rel="canonical" href="{{.Page.CanonicalLink}}" />
|
||||||
|
|
||||||
{{range $language, $path := .Page.Path}}
|
{{range $language, $path := .Page.Path}}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{{$size := get .Content "size"}}
|
{{$size := get .Content "size"}}
|
||||||
|
{{$md := get .Content "markdown"}}
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
{{if $size}}
|
{{if $size}}
|
||||||
@@ -9,5 +10,9 @@
|
|||||||
<h2>{{copy .Page .Content "headline"}}</h2>
|
<h2>{{copy .Page .Content "headline"}}</h2>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
|
{{if $md}}
|
||||||
|
{{markdown $md .}}
|
||||||
|
{{else}}
|
||||||
{{html (copy .Page .Content "text")}}
|
{{html (copy .Page .Content "text")}}
|
||||||
|
{{end}}
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user