File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 965
965
# (translatable)
966
966
CONTENT_FOOTER = """
967
967
<div class="myfooter">
968
- <div>
969
- <img src="/images/pypy-logo-nav-grey.png" alt="PyPy Logo" />
970
- </div>
971
968
<div class=logotext>
972
- Contents © {date} <a href="mailto:{email}">{author}</a>
973
- Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> {license}
969
+ © {date} <a href="mailto:{email}">{author}</a>
970
+
971
+ Built with <a href="https://getnikola.com" rel="nofollow">Nikola</a>
972
+
973
+ Last built {isotime}
974
974
</div>
975
975
<div style="margin-left: auto">
976
976
<a href=/rss.xml>RSS feed</a>
997
997
"email" : BLOG_EMAIL ,
998
998
"author" : BLOG_AUTHOR ,
999
999
"date" : time .gmtime ().tm_year ,
1000
- "license" : LICENSE
1000
+ "license" : LICENSE ,
1001
+ "isotime" : time .strftime ("%Y-%m-%dT%H:%M" ),
1001
1002
}
1002
1003
)
1003
1004
}
Original file line number Diff line number Diff line change 1
1
: root {
2
- --content-width : 900 px ;
2
+ --content-width : 1000 px ;
3
3
--breakpoint : 799px ;
4
4
--nav-height : 70px ;
5
5
--nav-background : # d0dad5 ;
@@ -43,7 +43,7 @@ pre.literal-block *:last-child {
43
43
}
44
44
45
45
.myfooter div {
46
- height : 32 px ;
46
+ height : 50 px ;
47
47
}
48
48
49
49
# footer {
@@ -53,7 +53,7 @@ pre.literal-block *:last-child {
53
53
54
54
# container {
55
55
margin : 1em auto;
56
- max-width : 800 px ;
56
+ max-width : 900 px ;
57
57
}
58
58
59
59
.post {
You can’t perform that action at this time.
0 commit comments