Skip to content

Commit

Permalink
Add last update to page
Browse files Browse the repository at this point in the history
  • Loading branch information
MMore committed Apr 13, 2024
1 parent 387c126 commit bc7d6d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ <h1>
<!-- Nav links -->
{% include link.html %}
</span>
<div class="last-update">Last Update: {{ site.time | date_to_string }}</div>
</div>
</header>
9 changes: 9 additions & 0 deletions _sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

// No img bottom

.last-update {
@media (max-width: 940px) {
display: none;
}

text-align: right;
font-size: 0.7em;
}

table img {
margin-bottom: 0;
}
Expand Down

0 comments on commit bc7d6d9

Please sign in to comment.