diff --git a/layouts/header.html b/layouts/header.html
index 89ade5d..7a514f0 100644
--- a/layouts/header.html
+++ b/layouts/header.html
@@ -6,7 +6,7 @@
About
Contact
-
+
Feed
diff --git a/layouts/listing.html b/layouts/listing.html
index f139211..7fe56a2 100644
--- a/layouts/listing.html
+++ b/layouts/listing.html
@@ -15,7 +15,9 @@
<%= render 'header' %>
-
Geeky
+
Geeky
+
+
<% sorted_articles[0..4].each do |article| %>
<% post_date = WezM::Helpers.post_date(article) %>
@@ -37,7 +39,9 @@
-
Non-Geeky
+
Non-Geeky
+
+
-
diff --git a/output/css/style.css b/output/css/style.css
index eff550a..32011b1 100644
--- a/output/css/style.css
+++ b/output/css/style.css
@@ -174,7 +174,6 @@ ul#menu li {
}
.column ul li {
margin: 0;
- border-top: 1px solid #eee;
padding-top: 1em;
height: 80px;
}
@@ -185,7 +184,6 @@ ul#menu li {
.column abbr {
display: block;
font-size: 0.8em;
- float: right;
color: #aaa;
}
diff --git a/output/images/black-feed-icon.png b/output/images/black-feed-icon.png
new file mode 100644
index 0000000..dfd4b1c
Binary files /dev/null and b/output/images/black-feed-icon.png differ
diff --git a/output/images/feed-icon-14x14.png b/output/images/feed-icon-14x14.png
deleted file mode 100755
index b3c949d..0000000
Binary files a/output/images/feed-icon-14x14.png and /dev/null differ
diff --git a/output/images/white-feed-icon.png b/output/images/white-feed-icon.png
new file mode 100644
index 0000000..7d9496b
Binary files /dev/null and b/output/images/white-feed-icon.png differ