diff --git a/_includes/header.html b/_includes/header.html
index 9c8a7f6..dfaaa75 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -20,5 +20,6 @@
{% include link.html %}
+
Last Update: {{ site.time | date_to_string }}
\ No newline at end of file
diff --git a/_sass/custom.scss b/_sass/custom.scss
index 5b8634b..6ad1b34 100644
--- a/_sass/custom.scss
+++ b/_sass/custom.scss
@@ -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;
}