Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/post/goisforlovers.md')
-rw-r--r--exampleSite/content/post/goisforlovers.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/content/post/goisforlovers.md b/exampleSite/content/post/goisforlovers.md
index 59e6f8d..530ddc6 100644
--- a/exampleSite/content/post/goisforlovers.md
+++ b/exampleSite/content/post/goisforlovers.md
@@ -1,11 +1,11 @@
-+++
-title = "(Hu)go Template Primer"
-date = "2014-04-02"
-publishdate = "2014-04-02"
-lastmod = "2014-04-02"
-draft = false
-tags = ["go", "templates", "hugo"]
-+++
+---
+title: "(Hu)go Template Primer"
+date: "2014-04-02"
+publishdate: "2014-04-02"
+lastmod: "2014-04-02"
+draft: false
+tags: ["go", "templates", "hugo"]
+---
Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for
its template engine. It is an extremely lightweight engine that provides a very