mirror of
https://github.com/welpo/tabi.git
synced 2026-06-15 15:57:34 +02:00
🐛 fix: enable scrolling for code blocks in post summary
& standardise separator selection for mobile-only
This commit is contained in:
parent
bf51f1962f
commit
d19d8ed4ba
3 changed files with 6 additions and 6 deletions
|
|
@ -83,7 +83,7 @@
|
|||
<li class="date">{{- macros_format_date::format_date(date=post.date, short=false, language_strings=language_strings) -}}</li>
|
||||
{%- endif -%}
|
||||
{%- if show_date and show_updated -%}
|
||||
<li class="mobile-only">{{- separator -}}</li>
|
||||
<li class="mobile-only separator">{{- separator -}}</li>
|
||||
{%- endif -%}
|
||||
{%- if show_updated -%}
|
||||
{%- set last_updated_str = macros_translate::translate(key="last_updated_on", default="Updated on $DATE", language_strings=language_strings) -%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue