-
-
Save mba811/9b5e9a42415e172d0348 to your computer and use it in GitHub Desktop.
Link Posts With Jekyll (in the _layouts directory)
This file contains hidden or 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
| {% if page.post-link %} | |
| <h2><a href="{{ page.post-link }}">{{ page.title }}</a></h2> | |
| {% else %} | |
| <h2> {{ page.title }} </h2> | |
| {% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment