Set date to italic

master
Fabien Freling 2019-10-28 15:23:50 +01:00
parent d16b47ef7e
commit 83b74a567a
2 changed files with 3 additions and 3 deletions

View File

@ -54,8 +54,7 @@ div#navigation a {
}
p.date {
background-color: var(--code-color);
padding: 10px 10px 10px 10px;
font-style: italic;
}
p.repository {
@ -70,6 +69,7 @@ pre {
}
blockquote {
background-color: var(--code-color);
padding: 10px 10px 10px 10px;
}

View File

@ -38,7 +38,7 @@ $for(author)$
<p class="author">$author$</p>
$endfor$
$if(date)$
<p class="date">$date$</p>
<p class="date">Posted on $date$</p>
$endif$
</header>
$endif$