Guest User

Untitled

a guest
Jan 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ---
  2. ...
  3. title: blah
  4. description: blah blah
  5.  
  6. image: some-image.png
  7. ---
  8.  
  9. ---
  10. ...
  11. title: blah
  12. description: blah blah
  13.  
  14. {% if page.url == "page1" %}
  15.  
  16. image: page1-image.png
  17.  
  18. {% else %}
  19.  
  20. image: general-image.png
  21.  
  22. {% endif %}
  23. ---
Add Comment
Please, Sign In to add comment