styles for .article body content; published: false

This commit is contained in:
Brandon Rosage 2019-03-04 10:39:24 -06:00
parent 59c48965ea
commit 22fa36a2ab
3 changed files with 12 additions and 3 deletions

View file

@ -24,12 +24,14 @@
<p class="f5"><a href="/" class="d-flex flex-items-center {% if site.style == 'dark' %}text-white{% endif %}">{% octicon chevron-left height:16 class:"mr-2 v-align-middle" fill:{{ icon_color }} aria-label:Home %}Home</a></p>
<h1 class="f00-light lh-condensed">{{ page.title }}</h1>
<p class="{% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %} mb-5">Published {{ page.date | date: "%b %d, %Y"}}</p>
<div class="article">
{{ content }}
</div>
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% include footer.html %}

View file

@ -1,6 +1,6 @@
---
title: "Welcome to Jekyll!"
published: true
published: false
---
**Hello world**, this is my first Jekyll blog post.

View file

@ -21,3 +21,10 @@ body {
top: 2px;
width: 12px;
}
.article {
h1, h2, h3, h4,
.highlight {
margin-bottom: 16px;
}
}