aboutsummaryrefslogtreecommitdiffstats
path: root/html/feldküche_posts.html
diff options
context:
space:
mode:
authorClemens Fries <github-feldkueche@xenoworld.de>2017-01-25 18:34:35 +0100
committerClemens Fries <github-feldkueche@xenoworld.de>2017-01-25 18:34:35 +0100
commitbc3c0a434cc337f4106c05c1af8b5be15df2cfe1 (patch)
tree70579f6774ed67db312763ea46ef72555fa99aab /html/feldküche_posts.html
parentb121453110c9bda1e34bde1df3119ec85a68c423 (diff)
Le Code DumpHEADmaster
Diffstat (limited to 'html/feldküche_posts.html')
-rw-r--r--html/feldküche_posts.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/html/feldküche_posts.html b/html/feldküche_posts.html
new file mode 100644
index 0000000..c0ad322
--- /dev/null
+++ b/html/feldküche_posts.html
@@ -0,0 +1,13 @@
+{{range .}}
+ <div class="post">
+ <div class="title">{{.Enclosure.ImageSize}}</div>
+ <div class="title">{{.Enclosure.BaseName}}</div>
+ <div class="title">{{.Title}}</div>
+ <div class="pubDate">{{.PubDate}}</div>
+ <div class="description">
+ <!-- <img src="{{.Enclosure.Url}}" /> -->
+ <img src="/image/{{.Enclosure.BaseName}}" />
+ </div>
+ <a class="link" href="{{.Link}}">link</a>
+ </div>
+{{end}}