summaryrefslogtreecommitdiff
path: root/site/templates/page.liquid
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2015-04-27 13:33:10 -0400
committerryderr <r@okfoc.us>2015-04-27 13:33:10 -0400
commit28490413b2a108f11ffef4f6d9f560c516546cec (patch)
treeb01a7f5b444c8533abacde66b9ff62c9bf1fb070 /site/templates/page.liquid
parentfb26e5cd3897aebd03610ee39edef8bd4d868e78 (diff)
adding stuff
Diffstat (limited to 'site/templates/page.liquid')
-rw-r--r--site/templates/page.liquid4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/templates/page.liquid b/site/templates/page.liquid
index 63f71f2..5c3cabe 100644
--- a/site/templates/page.liquid
+++ b/site/templates/page.liquid
@@ -2,6 +2,10 @@
<span>
{% if page.image %}
<span class="postname">{{page.title}}</span>
+ <div class="galnav">
+ <span class="prevbutton">PREVIOUS ASSET</span>
+ <span class="nextbutton">NEXT ASSET</span>
+ </div>
<img class="mainimg" src="{{page.image}}">
<div class="content">
{{page.body | newline_to_br}}