aboutsummaryrefslogtreecommitdiffstats
path: root/html/feldküche_posts.html
diff options
context:
space:
mode:
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}}