mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-25 06:37:29 -05:00
Remove langpicker and most of multilingual support
I didn't end up using it, and I don't want to maintain it anymore.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{{ if or .Date .Params.authors .IsTranslated .Site.Params.readingtime }}
|
||||
{{ if or .Date .Params.authors .Site.Params.readingtime }}
|
||||
<div class="post-metadata" aria-label="{{ i18n "aria_post_metadata" }}">
|
||||
{{ if .Date }}
|
||||
<span class="post-meta-item" aria-label="date">
|
||||
@ -10,7 +10,6 @@
|
||||
{{ end }}
|
||||
|
||||
{{ partial "post-meta-item/authors.html" . }}
|
||||
{{ partial "post-meta-item/translations.html" . }}
|
||||
{{ partial "post-meta-item/readingtime.html" . }}
|
||||
{{ partial "post-meta-item/series.html" . }}
|
||||
{{ partial "post-meta-item/categories.html" . }}
|
||||
|
Reference in New Issue
Block a user