summaryrefslogtreecommitdiff
path: root/layouts/partials/short-about.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/short-about.html')
-rw-r--r--layouts/partials/short-about.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/short-about.html b/layouts/partials/short-about.html
index a560382..4a1487d 100644
--- a/layouts/partials/short-about.html
+++ b/layouts/partials/short-about.html
@@ -2,7 +2,7 @@
<section class="visible-md visible-lg">
<hr>
{{ with .Site.GetPage "/about" }}
- <h5><a href="/about/">ABOUT ME</a></h5>
+ <h5><a href={{"about/" | relURL }}>ABOUT ME</a></h5>
{{ else }}
<h5>ABOUT ME</h5>
{{ end }}
@@ -10,7 +10,7 @@
{{ $sidebar := .Site.Params.sidebar }}
<div class="short-about">
{{ with $sidebar.avatar }}
- <img src="{{ $sidebar.avatar }}" />
+ <img src="{{ $sidebar.avatar | relURL }}" />
{{ end }}
{{ with $sidebar.bio }}
<p>{{ $sidebar.bio }}</p>