|
@@ -10,13 +10,13 @@
|
|
|
</div>
|
|
|
{{ end }}
|
|
|
|
|
|
- {{ if or (site.GetPage "terms.md") (site.GetPage "privacy.md") }}
|
|
|
+ {{ if or (site.GetPage "/terms.md") (site.GetPage "/privacy.md") }}
|
|
|
<p class="powered-by">
|
|
|
- {{ with site.GetPage "privacy.md" }}
|
|
|
+ {{ with site.GetPage "/privacy.md" }}
|
|
|
{{ printf "<a href=\"%s\">%s</a>" .RelPermalink .Title | safeHTML }}
|
|
|
{{ end }}
|
|
|
- {{ with site.GetPage "terms.md" }}
|
|
|
- {{ if site.GetPage "privacy.md" }} · {{ end }}
|
|
|
+ {{ with site.GetPage "/terms.md" }}
|
|
|
+ {{ if site.GetPage "/privacy.md" }} · {{ end }}
|
|
|
{{ printf "<a href=\"%s\">%s</a>" .RelPermalink .Title | safeHTML }}
|
|
|
{{ end }}
|
|
|
</p>
|