diff --git a/_layouts/default.html b/_layouts/default.html
index fd3eb7b..0a3a043 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -32,30 +32,29 @@
Home
Projects
- - GitHub Page
-
- - [ Page ]
- - [ Source ]
-
- - Dot Files
-
- - [ Page ]
- - [ Source ]
-
- - Antennae
-
- - [ Page ]
- - [ Source ]
-
+ - GitHub Page
+ [ Page ]
+ [ Source ]
+
+ - Dot Files
+ [ Page ]
+ [ Source ]
+
+ - Antennae
+ [ Page ]
+ [ Source ]
+
+ - ... more ...
Posts
- {% for post in site.posts %}
+ {% for post in site.posts limit:3 %}
-
{{ post.title }}
{% endfor %}
+ - ... more ...
diff --git a/src/styles.css b/src/styles.css
index 83d164f..b7ddbb9 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -58,7 +58,7 @@ header {
#navbar #bar {
position: absolute; top: 0px; right: 0px; bottom: 0px;
- width: 0px; margin: 0px; padding: 0px; overflow-x: hidden; white-space: nowrap;
+ width: 0px; margin: 0px; padding: 0px; overflow-x: hidden;
background-color: #202020;
transition: width 0.5s ease;
}
@@ -98,6 +98,14 @@ header {
color: #888888;
}
+#navigation #projects {
+ list-style: none;
+}
+
+#projects li {
+ padding: 10px;
+}
+
#navigation #expand {
padding: 0px 20px;
border-top: 1px solid grey;