add option to show post excerpts on posts with a title

This commit is contained in:
Pat Dryburgh
2018-08-12 14:04:49 -07:00
parent ed34b49645
commit 4d3d8d3e73
5 changed files with 46 additions and 31 deletions

View File

@ -38,6 +38,14 @@ h6 {
text-align: center;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
a {
color: $text-color;
}