From bed75796516b56f15416972bd8c967df28929669 Mon Sep 17 00:00:00 2001 From: Benjamin Oakes Date: Mon, 19 Feb 2018 11:15:02 -0600 Subject: [PATCH] Better url for sitemap.xml --- _config.yml | 2 +- _layouts/position_feed.atom | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index a3204c1..efccb49 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # SEO title: jobs.techcorridor.io description: A jobs site for Iowa's Tech Corridor -url: "http://jobs.techcorridor.io/" +url: "http://jobs.techcorridor.io" github_url: "https://github.com/techcorridorio/jobs.techcorridor.io" google_analytics: "UA-91743483-1" diff --git a/_layouts/position_feed.atom b/_layouts/position_feed.atom index 88f5a3f..478e251 100644 --- a/_layouts/position_feed.atom +++ b/_layouts/position_feed.atom @@ -8,7 +8,7 @@ {{ position.path | replace: "_positions/", "" | replace: ".md", "" }} {{ position.title }} at {{ position.company }} - + See posting for details {{ position.date | date: "%Y-%m-%dT%H:%M:%S+00:00" }}