Set date to italic
This commit is contained in:
parent
d16b47ef7e
commit
83b74a567a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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$
|
||||
|
|
Loading…
Reference in a new issue