Compare commits
2 Commits
31bea2ea9a
...
f2bb83da3a
| Author | SHA1 | Date | |
|---|---|---|---|
| f2bb83da3a | |||
| 18a7d2aba9 |
@@ -36,7 +36,7 @@ body {
|
||||
|
||||
header {
|
||||
padding: 1rem 0;
|
||||
margin-bottom: 5rem;
|
||||
margin-bottom: 4rem;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
line-height: 1;
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<div class="info">
|
||||
<span class="date">{{ page.date }}</span>
|
||||
{%- if page.extra.author and author -%}
|
||||
, <span class="author">{{ page.extra.author }}</span>
|
||||
· <span class="author">{{ page.extra.author }}</span>
|
||||
{% endif %}
|
||||
{% if page.taxonomies.categories %}
|
||||
<div class="taxonomy">
|
||||
|
||||
Reference in New Issue
Block a user