diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2021-01-01 14:46:54 +0100 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2021-01-01 14:46:54 +0100 |
commit | 85473656174b1b1d6221d3bb76cc12fa5f7f7e8d (patch) | |
tree | 37349eee4f64781f06e8597dc4c457801eb03a47 /templates/start.html | |
download | laria.me-85473656174b1b1d6221d3bb76cc12fa5f7f7e8d.tar.gz laria.me-85473656174b1b1d6221d3bb76cc12fa5f7f7e8d.tar.bz2 laria.me-85473656174b1b1d6221d3bb76cc12fa5f7f7e8d.zip |
Initial commit
Diffstat (limited to 'templates/start.html')
-rw-r--r-- | templates/start.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/start.html b/templates/start.html new file mode 100644 index 0000000..cd97639 --- /dev/null +++ b/templates/start.html @@ -0,0 +1,8 @@ +{{block "main" .}} +<article class="main-content">{{.Content}}</article> +{{with .Blog}} + <p>Here are my latest blog entries:</p> + {{template "article_list" .}} + <p><a href="/blog">Read more blog entries</a>.</p> +{{end}} +{{end}} |