Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISSUE-21: Index all pages (not just blog pages)
Previously we only included links that end with `.html` from the different sitemaps. Now we include all pages. The same conditions used to exclude some specifig pages from our index has been left in place. Code: `.reject {|x| x.include?("page") || x.include?("/tags/") || x.include?("author") }` See: #21
- Loading branch information