mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Added icon.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<meta name="author" content="{{copy .Page .Content "author"}}" />
|
||||
<meta name="title" content="{{$title}}" />
|
||||
<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}}" />
|
||||
|
||||
{{range $language, $path := .Page.Path}}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{$size := get .Content "size"}}
|
||||
{{$md := get .Content "markdown"}}
|
||||
|
||||
<section>
|
||||
{{if $size}}
|
||||
@@ -9,5 +10,9 @@
|
||||
<h2>{{copy .Page .Content "headline"}}</h2>
|
||||
{{end}}
|
||||
|
||||
{{html (copy .Page .Content "text")}}
|
||||
{{if $md}}
|
||||
{{markdown $md .}}
|
||||
{{else}}
|
||||
{{html (copy .Page .Content "text")}}
|
||||
{{end}}
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user