{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}
{{ content }}
{% endif %}
-
-
\ No newline at end of file
diff --git a/sass/custom/_styles.scss b/sass/custom/_styles.scss index 91ffccc..da6d142 100644 --- a/sass/custom/_styles.scss +++ b/sass/custom/_styles.scss @@ -1,2 +1,7 @@ // This File is imported last, and will override other styles in the cascade // Add styles here to make changes without digging in too much +.post .meta { + position: relative; + float: right; + top: 0px; +} \ No newline at end of file diff --git a/source/_includes/article.html b/source/_includes/article.html index 1e1c835..15cb256 100644 --- a/source/_includes/article.html +++ b/source/_includes/article.html @@ -1,4 +1,11 @@ {% if index %} +