Fix tags display on mobile viewports
This commit is contained in:
parent
a02c96f8b0
commit
911fa6f78e
2 changed files with 20 additions and 4 deletions
|
|
@ -7,9 +7,11 @@
|
|||
<article class="blog-post">
|
||||
<h1 id="post-title">{{ page.title }}</h1>
|
||||
<div class="content-metadata">
|
||||
<time class="post-date">
|
||||
{{- page.date | date(format="%Y-%m-%d %H:%M:%S") -}}
|
||||
</time>
|
||||
<div class="content-date">
|
||||
<time class="post-date">
|
||||
{{- page.date | date(format="%Y-%m-%d %H:%M:%S") -}}
|
||||
</time>
|
||||
</div>
|
||||
{%- for taxonomy, terms in page.taxonomies -%}
|
||||
{%- if taxonomy == "tags" -%}
|
||||
<div class="content-tags"><span>tags:</span><ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue