Clean up directory structure of partials and .Render templates

This commit is contained in:
2021-11-22 01:57:35 -06:00
parent 8067173f0c
commit f77c61b561
25 changed files with 28 additions and 28 deletions

View File

@ -0,0 +1,13 @@
{{ if and .Site.Params.gitFileURL .File.Path }}
<span class="post-meta-item">
{{ with .Site.Params.gitFileIcon }}
{{ partial "icon.html" . }}
{{ else }}
{{ partial "icon.html" "file" }}
{{ end }}
<a href="{{ printf "%s/content/%s" .Site.Params.gitFileURL .File.Path }}" target="_blank" rel="noopener">
View source
</a>
</span>
{{ end }}