diff --git a/themes/buha/assets/scss/article.scss b/themes/buha/assets/scss/article.scss index 64f04b78..670cffb7 100644 --- a/themes/buha/assets/scss/article.scss +++ b/themes/buha/assets/scss/article.scss @@ -6,7 +6,7 @@ article { align-items: center; margin-bottom: 1.5rem; img { - width: 45vw; + width: 65vw; } &> a { display: inherit; @@ -74,4 +74,11 @@ article { .article_footer { align-items: flex-start; } + article { + .article-image { + img { + width: 45vw; + } + } + } } diff --git a/themes/buha/layouts/partials/layout/gen_list.html b/themes/buha/layouts/partials/layout/gen_list.html index 49644d27..c741679d 100644 --- a/themes/buha/layouts/partials/layout/gen_list.html +++ b/themes/buha/layouts/partials/layout/gen_list.html @@ -23,7 +23,7 @@ {{ $title }} {{ if $link }} - ({{ if i18n "all" }}{{ i18n "all"}}{{ else }}{{ "all" }}{{ end }}) + ({{ if i18n "all" }}{{ i18n "all"}}{{ else }}{{ "all" }}{{ end }}) {{ end }} {{ end }}