Guest User

Untitled

a guest
Oct 19th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ---
  2. layout: base
  3. ---
  4. {% assign post = page %}
  5. {% assign prev = post.previous %}
  6. {% assign next = post.next %}
  7.  
  8. Posted on: {{ post.date }}
  9.  
  10. {{ content }}
  11.  
  12. {% if prev %}
  13. &laquo; <a href="{{ prev.url }}"> {{ prev.title }}</a>
  14. {% endif %}
  15.  
  16. {% if next %}
  17. <a href="{{ next.url }}"> {{ next.title }} </a> &raquo;
  18. {% endif %}
Add Comment
Please, Sign In to add comment