summaryrefslogtreecommitdiff
path: root/rawdog/item.template
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2018-05-31 23:25:50 +0100
committerAdam Spragg <adam@spra.gg>2018-05-31 23:25:50 +0100
commit93858a4c34dd4007c72e915ed175bcdc24bbdadd (patch)
tree40279e7f6f521f0abc97a9f317ed500acb0d141e /rawdog/item.template
First fully working config and content for the site
Diffstat (limited to 'rawdog/item.template')
-rw-r--r--rawdog/item.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/rawdog/item.template b/rawdog/item.template
new file mode 100644
index 0000000..76552b3
--- /dev/null
+++ b/rawdog/item.template
@@ -0,0 +1,8 @@
+<article class="feed-__feed_hash__ feed-__feed_id__" id="item-__hash__">
+<header>
+<h2><span class="itemtitle">__title__</span> <span class="itemfrom">[__feed_title__]</span></h2>
+</header>
+__if_description__<div class="itemdescription">
+__description__
+</div>__endif__
+</article>