diff --git a/content/about.html b/content/about.html index a849a5e..6075c01 100644 --- a/content/about.html +++ b/content/about.html @@ -70,10 +70,10 @@ resources made available freely by their authors: The content is split into two sections: [Technical](/technical/articles/) and [Personal](/personal/articles/). There is -a [combined feed](http://feeds.feedburner.com/wezm) containing all posts as +a [combined feed](/feed/) containing all posts as well as separate ones for -[technical](http://feeds.feedburner.com/wezm-technical) and -[personal](http://feeds.feedburner.com/wezm-personal) posts. +[technical](/technical/feed/) and +[personal](/personal/feed/) posts. Projects -------- diff --git a/content/feed.yaml b/content/feed.yaml index a4f1283..2d9db30 100644 --- a/content/feed.yaml +++ b/content/feed.yaml @@ -2,6 +2,5 @@ title: WezM.net - All Articles author_name: Wesley Moore author_uri: http://www.wezm.net/about/ -#feed_url: http://feeds.feedburner.com/wezm/ is_hidden: true -feed_url: http://feeds.feedburner.com/wezm \ No newline at end of file +feed_url: http://www.wezm.net/feed/ diff --git a/content/personal/feed.yaml b/content/personal/feed.yaml index cdc1a3b..6649541 100644 --- a/content/personal/feed.yaml +++ b/content/personal/feed.yaml @@ -3,4 +3,4 @@ title: WezM.net - Personal Articles author_name: Wesley Moore author_uri: http://www.wezm.net/about/ is_hidden: true -feed_url: http://feeds.feedburner.com/wezm-personal \ No newline at end of file +feed_url: http://www.wezm.net/personal/feed/ diff --git a/content/technical/feed.yaml b/content/technical/feed.yaml index 00884a8..f009785 100644 --- a/content/technical/feed.yaml +++ b/content/technical/feed.yaml @@ -3,4 +3,4 @@ title: WezM.net - Technical Articles author_name: Wesley Moore author_uri: http://www.wezm.net/about/ is_hidden: true -feed_url: http://feeds.feedburner.com/wezm-technical \ No newline at end of file +feed_url: http://www.wezm.net/technical/feed/ diff --git a/layouts/_head.html b/layouts/_head.html index 4a2080f..e88600e 100644 --- a/layouts/_head.html +++ b/layouts/_head.html @@ -10,9 +10,9 @@ - - - + + + diff --git a/layouts/_header.html b/layouts/_header.html index ad4d512..a73750f 100644 --- a/layouts/_header.html +++ b/layouts/_header.html @@ -7,7 +7,7 @@