mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
9 lines
327 B
HTML
9 lines
327 B
HTML
{{ with .OutputFormats.Get "markdown" }}
|
|
<span class="page-metadata-item post-meta-view-markdown" aria-label="{{ i18n "aria_post_meta_view_markdown" }}">
|
|
{{ partial "icon.html" "code" }}
|
|
<a href="{{ .Permalink }}" target="_blank">
|
|
{{- i18n "view_markdown" -}}
|
|
</a>
|
|
</span>
|
|
{{ end }}
|