summaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2016-11-11 18:00:08 +0100
committerclsr <clsr@clsr.net>2016-11-11 18:00:08 +0100
commit80feff7929d713dd952b30e2e600e00f2f8599f2 (patch)
treeacb4b08a9987e4419fac5d2dd4e1a005618db4a7 /pages
parent22379ddaa1253d5a3ef3e7a5aca282fd57fc18c8 (diff)
downloadgomf-web-flup-80feff7929d713dd952b30e2e600e00f2f8599f2.tar.gz
gomf-web-flup-80feff7929d713dd952b30e2e600e00f2f8599f2.zip
Make corner image use grill feature of Gomfv0.1.1
Diffstat (limited to 'pages')
-rw-r--r--pages/about.html2
-rw-r--r--pages/deletion_log.html2
-rw-r--r--pages/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/pages/about.html b/pages/about.html
index 3e865c9..04732a3 100644
--- a/pages/about.html
+++ b/pages/about.html
@@ -38,7 +38,7 @@
<p class="box">If you have found a file which you believe should be removed, please email me at <a href="mailto:{{ .Abuse }}">{{ .Abuse }}</a>. Please note I will not remove any files unless I am obligated to, for legal reasons, to remain off blacklists, or because I am required to by my hosting providers. A full list of removed files and their reasons will be available on <a href="/deletion_log.html">/deletion_log.html</a>.</p>
- <img src="/static/anime.png" id="anime">
+ <img src="/grill.php" id="anime">
<script src="/static/script.js"></script>
</body>
diff --git a/pages/deletion_log.html b/pages/deletion_log.html
index ecd72b8..24ad799 100644
--- a/pages/deletion_log.html
+++ b/pages/deletion_log.html
@@ -49,7 +49,7 @@
{{ end }}
</div>
- <img src="/static/anime.png" id="anime">
+ <img src="/grill.php" id="anime">
<script src="/static/script.js"></script>
</body>
diff --git a/pages/index.html b/pages/index.html
index 038fbcd..c60e266 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -58,7 +58,7 @@
{{ range $name, $path := .Pages }}{{ if ne $path "index.html" }}<h5><a href="{{ $path }}">{{ $name }}</a></h5>{{ end }}{{ end }}
- <img src="/static/anime.png" id="anime">
+ <img src="/grill.php" id="anime">
<script src="/static/script.js"></script>
</body>