Skip to content

Commit

Permalink
try adding last modified date
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbloch authored Apr 25, 2024
1 parent eac120c commit 9a0019f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source 'https://rubygems.org'
gem "github-pages"
gem "just-the-docs"
gem "jekyll-readme-index"
gem "jekyll-last-modified-at"
5 changes: 4 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub."
gh_edit_repository: "https://github.com/12urenloop/docs.12urenloop" # the github URL for your repo
gh_edit_branch: "master" # the branch that your docs is served from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately

plugins:
- jekyll-last-modified-at
1 change: 1 addition & 0 deletions _includes/header_custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% last_modified_at %}

0 comments on commit 9a0019f

Please sign in to comment.