diff options
author | jaseg <git@jaseg.de> | 2021-11-25 11:54:57 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-11-25 11:54:57 +0100 |
commit | 435716d0331060a81278b143825ef695fa0bec44 (patch) | |
tree | a61328e903e0e8a10ab1fb6cc8894c91dfb2d0ad /themes/blog.jaseg.de/layouts/index.html | |
parent | e7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f (diff) | |
parent | 0e42d6bc99bc513535ce257f12807f0935fb7acf (diff) | |
download | blog-435716d0331060a81278b143825ef695fa0bec44.tar.gz blog-435716d0331060a81278b143825ef695fa0bec44.tar.bz2 blog-435716d0331060a81278b143825ef695fa0bec44.zip |
deploy.py auto-commit
Diffstat (limited to 'themes/blog.jaseg.de/layouts/index.html')
-rw-r--r-- | themes/blog.jaseg.de/layouts/index.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/blog.jaseg.de/layouts/index.html b/themes/blog.jaseg.de/layouts/index.html deleted file mode 100644 index 0c885ce..0000000 --- a/themes/blog.jaseg.de/layouts/index.html +++ /dev/null @@ -1,14 +0,0 @@ -{{ partial "header.html" . }} - -<h1>{{ site.Title }}</h1> - -<ul> - {{ range (where site.RegularPages "Section" "==" "posts") }} - <li> - <span class="date">{{ .Date.Format "2006/01/02" }}</span> - <a href="{{ .URL }}">{{ .Title }}</a> - </li> - {{ end }} -</ul> - -{{ partial "footer.html" . }} |