Update theme

This commit is contained in:
Arkadiusz Wieczorek 2023-10-11 12:45:33 +02:00
parent f2b357b06a
commit e9737600c0
4 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -725,7 +725,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
.author-list {
display: flex;
flex-wrap: wrap;
flex-wrap: no-wrap !important;
margin: 0 0 0 4px;
padding: 0;
list-style: none;
@ -808,6 +808,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
.post-card-byline-date {
font-size: 1.2rem;
padding-top: 0.25rem;
/* color: var(--midgrey2) !important; */
}

View File

@ -60,7 +60,7 @@
{{/foreach}}
</ul>
<div class="post-card-byline-content">
<span>{{#has author="count:>2"}}Multiple authors{{else}}{{authors}}{{/has}}</span>
<span>{{#has author="count:>2"}}Wielu autorów{{else}}{{authors}}{{/has}}</span>
<span class="post-card-byline-date"><time datetime="{{date format="YYYY-MM-DD"}}">{{date format="D MMM YYYY"}}</time> <span class="bull" aria-hidden="true">&bull;</span> {{reading_time}}</span>
</div>
</footer>