Created
November 21, 2014 15:38
-
-
Save vdaubry/eb98c7d982647bc14cba to your computer and use it in GitHub Desktop.
Jekyll - title tag after
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment