1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 03:05:58 -04:00

shortcode lookup being weird -- explicitly calling RenderString seems to help?

This commit is contained in:
2019-12-23 12:54:47 -06:00
parent a7b9f897f8
commit 7001394614
10 changed files with 3 additions and 3 deletions
+4
View 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>&nbsp;&nbsp;&nbsp;
<a href="https://github.com/{{ .Get "username" }}/{{ .Get "repo" }}/issues">Issues for {{ .Get "username" }}/{{ .Get "repo" }} on GitHub</a>
</p>