Correct misspelling of summary in layout files

This commit is contained in:
Jason Tipton 2020-06-29 21:19:30 -08:00
parent c49a06f115
commit 22a7ac40f4
5 changed files with 5 additions and 5 deletions

View file

@ -194,7 +194,7 @@ a.focused {
margin-top: auto;
}
.post-summery {
.post-summary {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;

View file

@ -17,7 +17,7 @@
text-decoration: none;
}
.post-summery {
.post-summary {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;