|
@@ -26,7 +26,7 @@
|
|
{{ $avatar := (.Resources.ByType "image").GetMatch "*avatar*" }}
|
|
{{ $avatar := (.Resources.ByType "image").GetMatch "*avatar*" }}
|
|
{{/* Get link to user's profile page. */}}
|
|
{{/* Get link to user's profile page. */}}
|
|
{{ $link := "" }}
|
|
{{ $link := "" }}
|
|
- {{ with site.GetPage (printf "/authors/%s" (path.Base (path.Split .Path).File.Dir)) }}
|
|
|
|
|
|
+ {{ with site.GetPage (printf "/authors/%s" (path.Base (path.Split .Path).Dir)) }}
|
|
{{ $link = .RelPermalink }}
|
|
{{ $link = .RelPermalink }}
|
|
{{ end }}
|
|
{{ end }}
|
|
<div class="col-12 col-sm-auto people-person">
|
|
<div class="col-12 col-sm-auto people-person">
|