- {% for post in site.posts %}
-
+{% endfor %}
diff --git a/styles.scss b/styles.scss
index 2ef4ae6..2250474 100644
--- a/styles.scss
+++ b/styles.scss
@@ -3,5 +3,6 @@
# only main files contain this front matter, not partials.
---
-@import 'base';
+@import 'variables';
@import 'layout';
+@import 'home';
{{ post.title }}
+{% for post in site.posts %} +
+
+ {{ post.title }}
- {{ post.content }} - {% endfor %} -{{ post.content | truncatewords: 70 | strip_html }}
+ + +
+ continue reading
+
+