summaryrefslogtreecommitdiff
path: root/layouts/partials/sidebar.html
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2016-10-14 23:41:10 +0300
committervimux <vimux@protonmail.com>2016-10-14 23:41:10 +0300
commit406c5961cbce9b9defde833e3c68c73a0a05536e (patch)
treefd21f7fb40fdb52dce0295ae2eae794e569c4bd6 /layouts/partials/sidebar.html
Initial commit
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
new file mode 100644
index 0000000..e941767
--- /dev/null
+++ b/layouts/partials/sidebar.html
@@ -0,0 +1,14 @@
+ <aside>
+ <div>
+ <div>
+ <h3>LATESTS POSTS</h3>
+ </div>
+ <div>
+ <ul>
+ {{ range first 5 .Site.Pages }}
+ <li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
+ {{ end }}
+ </ul>
+ </div>
+ </div>
+ </aside> \ No newline at end of file