Add title to comments section

- Style .page__comments-title
- Add comments label text to data file
- Add .html extension to comment provider _includes
This commit is contained in:
Michael Rose
2016-03-17 22:36:20 -04:00
parent f69b84df75
commit 9fecb03081
3 changed files with 19 additions and 4 deletions

View File

@@ -133,6 +133,20 @@
}
/*
Comments
========================================================================== */
.page__comments-title {
font-size: 14px;
margin-top: 2rem;
margin-bottom: 10px;
padding-top: 2rem;
border-top: 1px solid $border-color;
text-transform: uppercase;
}
/*
Related
========================================================================== */