Created
August 22, 2012 18:43
-
-
Save donaldallen/3428254 to your computer and use it in GitHub Desktop.
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
1. What I'd like to do, but doesn't work | |
<a href="{{ url:site uri="faq/{{ url:segments segment="1" default="" }}" }}"> | |
2. My "solution" which feels kinda hacky: | |
<a href="{{ url:site }}faq/{{ url:segments segment="1" default="" }}"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think the solution seems hacky. It'll work fine!