File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
9
9
gem "jekyll" , "~> 4.2"
10
10
gem "jekyll-theme-slate"
11
11
gem "webrick"
12
+ gem "jekyll-last-modified-at"
Original file line number Diff line number Diff line change 1
1
theme : jekyll-theme-slate
2
2
# Google Analytics
3
- google_analytics : G-9BTS4G6VV4
3
+ google_analytics : G-9BTS4G6VV4
4
+ plugins :
5
+ - jekyll-last-modified-at
Original file line number Diff line number Diff line change 19
19
background : url ("{{ site.baseurl }}/assets/images/icon-home.png" ) no-repeat 50% 50%;
20
20
background- size: 90%;
21
21
bor der: 3px solid white; bor der- radius: 50%; }
22
+
23
+ # lastmod { display : block; position : absolute; bottom : 10px ; left : 10px ; z-index : 10 ;
24
+ color : gray; font-size : 0.9em ; font-weight : bold; font-family : Courier New; }
22
25
</ style >
23
26
24
27
@@ -57,6 +60,8 @@ <h2 id="project_tagline">{{ site.description | default: site.github.project_tagl
57
60
< a class ="tar_download_link " href ="{{ site.github.tar_url }} "> Download this project as a tar.gz file</ a >
58
61
</ section >
59
62
{% endif %}
63
+
64
+ < div id ="lastmod "> Updated: {{ page.last_modified_at | date: '%Y. %B %d.' }}</ div >
60
65
</ header >
61
66
</ div >
62
67
You can’t perform that action at this time.
0 commit comments