summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/posts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/posts')
-rw-r--r--layouts/shortcodes/posts/recent.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/shortcodes/posts/recent.html b/layouts/shortcodes/posts/recent.html
deleted file mode 100644
index f4b28ca..0000000
--- a/layouts/shortcodes/posts/recent.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<ul>
- {{ range first 5 (where .Site.RegularPages "Section" "posts") }}
- <li>{{ .Date.Format "2006-01-02" }} - <a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
- {{ end }}
-</ul>
-