Skip to content

Instantly share code, notes, and snippets.

@tuananh
Last active December 22, 2015 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuananh/6409249 to your computer and use it in GitHub Desktop.
Save tuananh/6409249 to your computer and use it in GitHub Desktop.
{% if page.link %}
<h1><a href="{{ page.link }}">{{ page.title }}</a></h1>
{% else %}
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment