Guest User

Untitled

a guest
Feb 17th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <h1>{{ page.title }}</h1>
  2.  
  3. <ul>
  4. <li>⏰ {{ page.date | date: '%F %H:%M' }} </li>
  5. <li>📁 {{ page.categories }} </li>
  6. <li>🔖
  7. <ul>
  8. {% for tag in page.tags %}
  9. <li> {{ tag }} </li>
  10. {% endfor %}
  11. </ul>
  12. </li>
  13. </ul>
  14.  
  15. {{ content }}
Add Comment
Please, Sign In to add comment