mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-14 20:35:58 -06:00
BBaoVanC
7bc8a4cb57
- Add vim folds to make organized sections - Rename a lot of classes from post- to page- - Generalize series CSS classes better - Clean up navbar div structure - Remove langpicker and most of multilingual support - many other minor tweaks
9 lines
402 B
HTML
9 lines
402 B
HTML
{{ if and .Site.Params.gitHistoryURL .File.Path }}
|
|
<span class="page-metadata-item post-meta-edit-history" aria-label="{{ i18n "aria_post_meta_edit_history" }}">
|
|
{{ partial "icon.html" "history" }}
|
|
<a href="{{ printf "%s/content/%s" .Site.Params.gitHistoryURL .File.Path }}" target="_blank" rel="noopener">
|
|
{{- i18n "edit_history" -}}
|
|
</a>
|
|
</span>
|
|
{{ end }}
|