2021-11-15 21:03:07 -06:00
|
|
|
{{ if and .Site.Params.gitFileURL .File.Path }}
|
2022-05-08 15:12:13 -05:00
|
|
|
<span class="post-meta-item post-meta-view-source" aria-label="{{ i18n "aria_post_meta_view_source" }}">
|
2021-11-22 02:21:15 -06:00
|
|
|
{{ with .Site.Params.gitFileIcon }}
|
|
|
|
{{ partial "icon.html" . }}
|
|
|
|
{{ else }}
|
|
|
|
{{ partial "icon.html" "file" }}
|
|
|
|
{{ end }}
|
2021-11-13 17:04:10 -06:00
|
|
|
|
2021-11-22 02:21:15 -06:00
|
|
|
<a href="{{ printf "%s/content/%s" .Site.Params.gitFileURL .File.Path }}" target="_blank" rel="noopener">
|
|
|
|
View source
|
|
|
|
</a>
|
|
|
|
</span>
|
2021-11-13 17:04:10 -06:00
|
|
|
{{ end }}
|