aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/meta-source.html')
-rw-r--r--themes/default/layouts/partials/meta-source.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/meta-source.html b/themes/default/layouts/partials/meta-source.html
index c314cdd..a172726 100644
--- a/themes/default/layouts/partials/meta-source.html
+++ b/themes/default/layouts/partials/meta-source.html
@@ -5,7 +5,9 @@
{{- with .Params.feed.raw -}}
<a title="{{ $.Site.BaseURL }}/{{ . }}" href="{{ $.Site.BaseURL }}/{{ . }}">
{{- else -}}
-<a title="{{ .Site.BaseURL }}/raw/{{ $source }}" href="{{ .Site.BaseURL }}/raw/{{ $source }}">
+<a
+ href="{{ .Site.BaseURL }}/{{ partial "function-paths-markdown.html" }}/{{ $source }}"
+ title="{{ .Site.BaseURL }}/{{ partial "function-paths-markdown.html" }}/{{ $source }}">
{{- end -}}
raw
</a>