diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-04-25 02:23:54 +0200 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-04-25 02:23:54 +0200 |
commit | b19dc690dbcff335775e9a5dd406bce6c42b5436 (patch) | |
tree | 8efe1e95514a3fb87d59c0617f6f4f01ce75dcb8 | |
parent | 3e26eae5643dd6600cea85f269248e4d3de99c05 (diff) |
Add alt text to top logo
-rw-r--r-- | fripost-web.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-web.el b/fripost-web.el index c4a0f05..dfdc466 100644 --- a/fripost-web.el +++ b/fripost-web.el @@ -10,7 +10,7 @@ :recursive t :publishing-function org-publish-org-to-html :preamble "<div class=\"header\"> - <h1><img src=\"images/logo2011_top.png\" /></h1> + <h1><img src=\"images/logo2011_top.png\" alt=\"fripost.org | demokratisk e-post\" /></h1> <a href=\"index.en.html\" class=\"translate\">Click here for English</a> </div> |