Skip to content

Commit

Permalink
Revert "Add last-modified-at at the end of the page"
Browse files Browse the repository at this point in the history
This reverts commit 97b27a1.
  • Loading branch information
raphendyr committed Aug 31, 2020
1 parent 97b27a1 commit 4b9e199
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-last-modified-at', group: :jekyll_plugins
3 changes: 0 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
theme: jekyll-theme-cayman
title: A+ LMS
description: The extendable learning management system

plugins:
- jekyll-last-modified-at
5 changes: 0 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t

{{ content }}

<div class="last-modified-info">
This page was last updated on
<time datetime="{{ page.last_modified_at | date: '%Y-%m-%d' }}">{{ page.last_modified_at | date: '%d %B %Y' }}</time>
</div>

<footer class="site-footer">
<nav class="footer-map">
{% assign nav_groups = site.html_pages | group_by: 'nav-group' | sort: 'name' %}
Expand Down
7 changes: 0 additions & 7 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@ $hr-border-color: #eff0f1;
margin-top: 0;
margin-bottom: 0.6em;
}

// Last modified info
.last-modified-info {
font-size: 80%;
font-style: italic;
text-align: right;
}
}

// transparency fix
Expand Down

0 comments on commit 4b9e199

Please sign in to comment.