Created
May 16, 2014 22:29
-
-
Save boushley/54800b6c5c3e89687a5a to your computer and use it in GitHub Desktop.
Non scalable way of including author templates
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
<div> | |
{{ if eq .Params.author "boushley" }} | |
{{ template "chrome/author/boushley.html" . }} | |
{{ else if ... }} | |
... | |
{{ end }} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment