mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 23:15:31 -04:00
shortcode lookup being weird -- explicitly calling RenderString seems to help?
This commit is contained in:
4
layouts/shortcodes/gh-buttons.rss.xml
Normal file
4
layouts/shortcodes/gh-buttons.rss.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<p style="text-align: center;">
|
||||
<a href="https://github.com/{{ .Get "username" }}/{{ .Get "repo" }}">Star {{ .Get "username" }}/{{ .Get "repo" }} on GitHub</a>
|
||||
<a href="https://github.com/{{ .Get "username" }}/{{ .Get "repo" }}/issues">Issues for {{ .Get "username" }}/{{ .Get "repo" }} on GitHub</a>
|
||||
</p>
|
Reference in New Issue
Block a user