author | NIIBE Yutaka <gniibe@fsij.org> | 2017年05月15日 17:17:41 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017年05月15日 17:17:41 +0900 |
commit | f5212ec8b307b71c3f9d7641b7eef7122c8a8dcf (patch) | |
tree | 85b71dde00804191c301b8439e809bafdbbaaf1b | |
parent | ea4797d3d9258aad94b5a41ea569f20d9a263d39 (diff) |
-rw-r--r-- | theme/templates/base.html | 1 |
diff --git a/theme/templates/base.html b/theme/templates/base.html index 56a9887..0052b35 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -19,7 +19,6 @@ <body id="index" > <header id="banner" class="body"> <h1><a href="/"><img src="{{SITELOGO}}" /></a> -<a href="http://ilovefs.org" style="position: absolute; left: 200px; top: 1px"><img src="/images/fsfe.org/campaigns/ilovefs/artwork/graphics/ilovefs-banner-medium-en.png" style="border: 0 !important;" alt="I love Free Software!"></a> <p id="h1">{{ SITENAME }}</p> {% if SITESUBTITLE %}<p id="h2">{{ SITESUBTITLE }}</p>{% endif %}</h1> <nav><ul> |