diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 0f387ca..de65925 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -564,9 +564,9 @@ front matter... - **Impact:** Site-wide - all generated URLs depend on this - **Priority:** 🔴 CRITICAL -2. **`robots.txt`** (line 76) +2. **`robots.txt`** (line 1) ``` - Sitemap: https://atlasanalyticslab.github.io/sitemap.xml + Sitemap: {{ site.url }}{{ site.baseurl }}/sitemap.xml ``` - **Purpose:** Tells search engines where to find the sitemap - **Impact:** SEO - affects how search engines crawl the site diff --git a/Gemfile b/Gemfile index 8765621..345c2d1 100644 --- a/Gemfile +++ b/Gemfile @@ -30,3 +30,4 @@ gem "jekyll", "4.4.1" gem "jekyll-scholar", group: :jekyll_plugins gem "webrick", "~> 1.9" +gem "wdm", ">= 0.1.0" if Gem.win_platform? diff --git a/_includes/header.html b/_includes/header.html index b0d7b11..ce85150 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -39,13 +39,13 @@