diff options
Diffstat (limited to 'static/templates.xsl')
| -rw-r--r-- | static/templates.xsl | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/static/templates.xsl b/static/templates.xsl index 47c16b3..69a5564 100644 --- a/static/templates.xsl +++ b/static/templates.xsl @@ -1,9 +1,10 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:param name="title" /> <xsl:param name="icon" /> + <xsl:template name="icon-title"> <xsl:if test="normalize-space($icon)"> - <img class="icon" src="/icons/{$icon}.svg#{$icon}" /><xsl:text + <img class="icon" src="/assets/feathericons/{$icon}.svg#{$icon}" /><xsl:text > </xsl:text> </xsl:if> <xsl:if test="normalize-space($title)"> @@ -41,22 +42,22 @@ <li><a href="/log" >Log (thoughts, photos, videos, sturdy timber, et al.)</a></li> - <li><a href="/contact">Contact</a></li> + <li><a href="/dm_slide"><img class="icon" src="/assets/feathericons/send.svg#send" /> Leave a Message</a></li> <li><a href="/cv"><img class="icon" - src="/icons/paperclip.svg#paperclip" + src="/assets/feathericons/paperclip.svg#paperclip" /> CV</a></li> - <li><a href="/stand-up">Stand-up Comedy</a></li> - <li><a target="_blank" href="http://hivemindcomedy.com"><img + <li><a href="/stand-up"> Stand-up Comedy</a></li> + <li><a target="_blank" href="//hivemindcomedy.com"><img class="icon" - src="/icons/youtube.svg#youtube" + src="/assets/feathericons/youtube.svg#youtube" /> Hive Mind Comedy (sketches)</a></li> <li><a target="_blank" href="https://gitlab.com/alexkavon" ><img class="icon" - src="/icons/gitlab.svg#gitlab" + src="/assets/feathericons/gitlab.svg#gitlab" /> Code</a></li> </ul> </nav> @@ -68,11 +69,11 @@ href="https://instagram.com/afk_comedy" ><img class="icon" - src="/icons/instagram.svg#instagram" + src="/assets/feathericons/instagram.svg#instagram" /></a></li> <li><a target="_blank" href="https://github.com/lgtmak"><img class="icon" - src="/icons/github.svg#github" + src="/assets/feathericons/github.svg#github" /></a></li> </ul> </nav> |
