mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Hide footer tags link if no tags exist
Hide meta description if DESCRIPTION is undefined Minor improvements
This commit is contained in:
parent
d7b535dc95
commit
bfb5895c63
6 changed files with 14 additions and 7 deletions
|
|
@ -71,6 +71,7 @@ blockquote {
|
|||
|
||||
.header {
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.main {
|
||||
|
|
@ -102,12 +103,12 @@ blockquote {
|
|||
|
||||
.header p {
|
||||
font-size: 1.1em;
|
||||
margin: 20px 0;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.header ul {
|
||||
font-family: Montserrat, 'Helvetica Neue', sans-serif;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.header li {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue