parent
3044b66a6e
commit
ce8ae5abff
5 changed files with 78 additions and 68 deletions
@ -1,8 +1,13 @@ |
|||||||
--- |
+++ |
||||||
title: "{{ replace .Name "-" " " | title }}" |
author = "Maik de Kruif" |
||||||
date: {{ .Date }} |
title = "{{ replace .Name "-" " " | title }}" |
||||||
draft: true |
date = {{ .Date }} |
||||||
comments: false |
description = "" |
||||||
images: |
images = [] |
||||||
--- |
tags = [ |
||||||
|
"untagged", |
||||||
|
] |
||||||
|
categories = [ |
||||||
|
"uncategorized", |
||||||
|
] |
||||||
|
+++ |
||||||
|
@ -1,10 +1,13 @@ |
|||||||
--- |
+++ |
||||||
title: "{{ replace .Name "-" " " | title }}" |
author = "Maik de Kruif" |
||||||
date: {{ .Date }} |
title = "{{ replace .Name "-" " " | title }}" |
||||||
draft: true |
date = {{ .Date }} |
||||||
toc: false |
description = "" |
||||||
images: |
images = [] |
||||||
tags: |
tags = [ |
||||||
- untagged |
"untagged", |
||||||
--- |
] |
||||||
|
categories = [ |
||||||
|
"uncategorized", |
||||||
|
] |
||||||
|
+++ |
||||||
|
@ -1,22 +1,24 @@ |
|||||||
<!DOCTYPE html> |
<!DOCTYPE html> |
||||||
<html lang="{{ .Site.Language }}"> |
<html lang="{{ .Site.Language }}"> |
||||||
<head> |
|
||||||
{{ partial "head.html" . }} |
|
||||||
</head> |
|
||||||
|
|
||||||
<body class="{{ if ne $.Site.Params.defaultTheme "light" -}} dark-theme {{- end -}}"> |
<head> |
||||||
<div class="container"> |
{{ partial "head.html" . }} |
||||||
{{ partial "header.html" . }} |
</head> |
||||||
|
|
||||||
<div class="content"> |
<body class="{{ if ne $.Site.Params.defaultTheme "light" -}} dark-theme {{- end -}}"> |
||||||
{{ block "main" . }}{{ end }} |
<div class="container"> |
||||||
</div> |
{{ partial "header.html" . }} |
||||||
|
|
||||||
{{ block "footer" . }} |
<div class="content"> |
||||||
{{ partial "footer.html" . }} |
{{ block "main" . }}{{ end }} |
||||||
{{ end }} |
|
||||||
</div> |
</div> |
||||||
|
|
||||||
{{ partial "javascript.html" . }} |
{{ block "footer" . }} |
||||||
</body> |
{{ partial "footer.html" . }} |
||||||
|
{{ end }} |
||||||
|
</div> |
||||||
|
|
||||||
|
{{ partial "javascript.html" . }} |
||||||
|
</body> |
||||||
|
|
||||||
</html> |
</html> |
Before Width: | Height: | Size: 317 B After Width: | Height: | Size: 317 B |
Loading…
Reference in new issue