refactor: use relative link for hyperlinks

This commit is contained in:
Jimmy Cai
2020-10-31 23:24:58 +01:00
parent d6b0f10241
commit b5645f0180
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<article>
<a href="{{ .Permalink }}">
<a href="{{ .RelPermalink }}">
<div class="article-details">
<h2 class="article-title">
{{- .Title -}}
+1 -1
View File
@@ -2,7 +2,7 @@
<article class="{{ if $image.exists }}has-image{{ end }}">
{{ if $image.exists }}
<div class="article-image">
<a href="{{ .Permalink }}">
<a href="{{ .RelPermalink }}">
{{ if $image.resource }}
{{- $thumbnail := $image.resource.Fill "800x250" -}}
{{- $thumbnailRetina := $image.resource.Fill "1600x500" -}}
+1 -1
View File
@@ -1,6 +1,6 @@
{{ $image := partialCached "helper/image" (dict "Context" .context "Type" .Type) .context.RelPermalink .Type }}
<article class="{{ if $image.exists }}has-image{{ end }}">
<a href="{{ .context.Permalink }}">
<a href="{{ .context.RelPermalink }}">
{{ if $image.exists }}
<div class="article-image">