Make all links absolute so they respect the base URL

This commit is contained in:
Joe Hutchinson
2019-01-03 12:01:20 -05:00
parent b7cc31a1be
commit f8006aab61
6 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@
</header>
{{ if isset .Params "featuredimage" }}
<figure class="post-figure">
<img src="{{.Params.featuredimage }}">
<img src="{{.Params.featuredimage | absURL }}">
</figure>
{{ end }}
{{ .Content }}