diff --git a/_includes/latest-post.html b/_includes/latest-post.html index 0ef22269a..4a0eb3f2c 100644 --- a/_includes/latest-post.html +++ b/_includes/latest-post.html @@ -12,7 +12,7 @@

{{ post.date | date_to_string }} Comments

- {{ post.content | truncatewords: site.post-preview-words | markdownify }} + {{ post.content | truncatewords: site.post-preview-words | strip_html | markdownify }}

View more posts

diff --git a/css/grayscale.css b/css/grayscale.css index e3edefae4..f893f6889 100755 --- a/css/grayscale.css +++ b/css/grayscale.css @@ -48,15 +48,9 @@ p { } } -ol, -ul { - text-align: center; - margin: 0 0 35px; - font-size: 20px; - line-height: 1.5; - list-style-position: inside; -} +nop { +} a { color: #fed136; @@ -77,6 +71,15 @@ a:focus { font-weight: 400; } +.personal-list { + text-align: center; + margin: 0 0 35px; + font-size: 20px; + line-height: 1.5; + list-style-position: inside; +} + + .navbar-custom { margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,.3);