Skip to content

Commit fbf3d95

Browse files
committed
reformat footer
1 parent 383e630 commit fbf3d95

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

conf.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -965,12 +965,12 @@
965965
# (translatable)
966966
CONTENT_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-
&nbsp;Contents &copy; {date} <a href="mailto:{email}">{author}</a>
973-
Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> {license}
969+
&copy; {date} <a href="mailto:{email}">{author}</a>
970+
&nbsp;
971+
Built with <a href="https://getnikola.com" rel="nofollow">Nikola</a>
972+
&nbsp;
973+
Last built {isotime}
974974
</div>
975975
<div style="margin-left: auto">
976976
<a href=/rss.xml>RSS feed</a>
@@ -997,7 +997,8 @@
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
}

themes/pypy/assets/css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--content-width: 900px;
2+
--content-width: 1000px;
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: 32px;
46+
height: 50px;
4747
}
4848

4949
#footer {
@@ -53,7 +53,7 @@ pre.literal-block *:last-child {
5353

5454
#container {
5555
margin: 1em auto;
56-
max-width: 800px;
56+
max-width: 900px;
5757
}
5858

5959
.post {

0 commit comments

Comments
 (0)