diff --git a/images/fsf-42.png b/images/fsf-42.png new file mode 100644 index 0000000..379d464 Binary files /dev/null and b/images/fsf-42.png differ diff --git a/images/github-42.png b/images/github-42.png new file mode 100644 index 0000000..d9c1099 Binary files /dev/null and b/images/github-42.png differ diff --git a/images/gitorious-42.png b/images/gitorious-42.png new file mode 100644 index 0000000..e0c3681 Binary files /dev/null and b/images/gitorious-42.png differ diff --git a/style.css b/style.css index 40ae21d..dedb4e8 100644 --- a/style.css +++ b/style.css @@ -66,6 +66,14 @@ footer .commit-id { font-family: monospace; } +#selflinks { + position: absolute; + top: 60px; + right: 0px; + width: 42px; + padding: 6px; +} + .bimgs { float: right; margin-left: 1em; diff --git a/tpl/.config b/tpl/.config index d76678f..ef75637 100644 --- a/tpl/.config +++ b/tpl/.config @@ -4,14 +4,13 @@ html_external_css=/style.css -# additional content in the footer before the copyright +# additional content in the footer before the copyright (the awkward newline +# positions are to prevent spaces in the output) html_footer=$(cat < GNU/Linux Inside! - $( # the awkward newline positions are simply to prevent spaces in output - )
EOM ) + + +# index-only footer (we don't want too much spam; the other pages look much +# cleaner without this) +html_index_footer=$(cat < + + See me on Gitorious + + + + See me on GitHub + + + + FSF Member #5804 + +
+ +EOM +)