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 965965# (translatable)
966966CONTENT_FOOTER = """
967967<div class="myfooter">
968- <div>
969- <img src="/images/pypy-logo-nav-grey.png" alt="PyPy Logo" />
970- </div>
971968 <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}
974974 </div>
975975 <div style="margin-left: auto">
976976 <a href=/rss.xml>RSS feed</a>
997997 "email" : BLOG_EMAIL ,
998998 "author" : BLOG_AUTHOR ,
999999 "date" : time .gmtime ().tm_year ,
1000- "license" : LICENSE
1000+ "license" : LICENSE ,
1001+ "isotime" : time .strftime ("%Y-%m-%dT%H:%M" ),
10011002 }
10021003 )
10031004}
Original file line number Diff line number Diff line change 11: root {
2- --content-width : 900 px ;
2+ --content-width : 1000 px ;
33 --breakpoint : 799px ;
44 --nav-height : 70px ;
55 --nav-background : # d0dad5 ;
@@ -43,7 +43,7 @@ pre.literal-block *:last-child {
4343}
4444
4545.myfooter div {
46- height : 32 px ;
46+ height : 50 px ;
4747}
4848
4949# footer {
@@ -53,7 +53,7 @@ pre.literal-block *:last-child {
5353
5454# container {
5555 margin : 1em auto;
56- max-width : 800 px ;
56+ max-width : 900 px ;
5757}
5858
5959.post {
You can’t perform that action at this time.
0 commit comments