Skip to content

Commit

Permalink
Revert "Use the modified dates of files in the sitemap (#3774)"
Browse files Browse the repository at this point in the history
This reverts commit 83feb99.
  • Loading branch information
vagimeli committed May 4, 2023
1 parent af5d6de commit 159741e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ gem "jekyll-redirect-from", "~> 0.16"

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-last-modified-at"
gem "jekyll-sitemap"
end

Expand All @@ -35,7 +34,6 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
# Installs webrick dependency for building locally
gem "webrick", "~> 1.7"


# Link checker
gem "typhoeus"
gem "ruby-link-checker"
gem "ruby-link-checker"
5 changes: 0 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,10 @@ anchor_links: true
footer_content:

plugins:
- jekyll-last-modified-at
- jekyll-remote-theme
- jekyll-redirect-from
- jekyll-sitemap

# This format has to conform to RFC822
last-modified-at:
date-format: '%a, %d %b %Y %H:%M:%S %z'

# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
Expand Down
2 changes: 0 additions & 2 deletions _includes/head_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@
{% else %}
<script src="{{ '/docs/latest/assets/js/version-selector.js' }}"></script>
{% endif %}

<!-- Last-Modified: {% last_modified_at %} -->

0 comments on commit 159741e

Please sign in to comment.