aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/header.in4
-rw-r--r--www/index.in5
2 files changed, 5 insertions, 4 deletions
diff --git a/www/header.in b/www/header.in
index 1382b4f..0a911f4 100644
--- a/www/header.in
+++ b/www/header.in
@@ -1,4 +1,4 @@
-<pre id="logo"><a href="/">
+<a href="/"><pre id="logo">
8888 8888
888:::8 888:::8
8:::::8 8:::::8
@@ -15,4 +15,4 @@
8::::8 8::::8 8::::8 88::::::::::::::8 8::::::::88888888 8::::::::::::::8 88::::::::::::::8
8::::8 8::::8 8::::8 88:::::::::::88 88:::::::::::::8 8:::::::::::88 88:::::::::::88
888888 888888 888888 88888888888 88888888888888 88888888888 88888888888
-<a></pre>
+</pre></a>
diff --git a/www/index.in b/www/index.in
index 03bdfff..1d01241 100644
--- a/www/index.in
+++ b/www/index.in
@@ -2,5 +2,6 @@ in_title="mtest.kurwinet.pl - mtest (macro test) for simple C unit testing"
in_description="mtest - macro test, is a very small unit test framework. Really small, it contains only single header file with macros only. mtest outputs test results in TAP format, so it can be piped to anything (like automake or jenkins) for even nicer output."
in_keywords="c, unit, test, framework"
in_author="Michał Łyszczek"
-pygment=vim
-style=man
+in_lang="en"
+in_pygment=vim
+in_style=man