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