diff --git a/_layouts/page.html b/_layouts/page.html index 4b61229..e077329 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -8,6 +8,16 @@

{{ page.title | escape }}

+ +
+ + {% if page.last_modified_date %} + Last modified   + {{ page.last_modified_date | date: site.date_format | escape }} + {% endif %} + +
+ {{ content }}