Skip to content

Commit 1fcb4ef

Browse files
committed
In response to #1, use jekyll-last-modified-at gem to report last update for each page on build.
1 parent ec57179 commit 1fcb4ef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
gems:
2+
- jekyll-last-modified-at

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>Open Data Resources</title>
44
</head>
55
<body>
6-
(last updated: {{ post.date | date: '%B %d, %Y' }} )
6+
(last updated: {{ page.last_modified_at | date: '%B %d, %Y' }} )
77
<hr />
88
{{content}}
99
</body>

0 commit comments

Comments
 (0)