Make minor adjustments
This commit is contained in:
parent
d5c3383f2a
commit
f19f08070d
5 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@ en: &DEFAULT_EN
|
||||||
meta_label :
|
meta_label :
|
||||||
tags_label : "Tags:"
|
tags_label : "Tags:"
|
||||||
categories_label : "Categories:"
|
categories_label : "Categories:"
|
||||||
date_label : "Last Updated:"
|
date_label :
|
||||||
comments_label : "Leave a Comment"
|
comments_label : "Leave a Comment"
|
||||||
related_label : "You May Also Enjoy"
|
related_label : "You May Also Enjoy"
|
||||||
follow_label : "Follow:"
|
follow_label : "Follow:"
|
||||||
|
|
|
@ -50,7 +50,6 @@
|
||||||
@include prefix(2.5 of 12);
|
@include prefix(2.5 of 12);
|
||||||
}
|
}
|
||||||
|
|
||||||
margin-bottom: 1em;
|
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -135,6 +135,10 @@
|
||||||
.sep {
|
.sep {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.page__taxonomy-item {
|
.page__taxonomy-item {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,9 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: archive
|
layout: archive
|
||||||
excerpt: "A minimal Jekyll theme for your blog by designer Michael Rose."
|
excerpt: "A minimalistic Jekyll theme by Michael Rose."
|
||||||
header:
|
|
||||||
image: unsplash-image-7.jpg
|
|
||||||
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
|
|
||||||
author_profile: false
|
author_profile: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue