[git] gnupg-doc - branch, master, updated. 1591b7d04ace4026685a65f9feef7cbc5b4f33dd

by Werner Koch cvs at cvs.gnupg.org
Fri Dec 16 09:13:43 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, master has been updated
       via  1591b7d04ace4026685a65f9feef7cbc5b4f33dd (commit)
      from  0a766e5a7c2074b33ed800c91ec310285675c174 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1591b7d04ace4026685a65f9feef7cbc5b4f33dd
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Dec 16 09:11:00 2016 +0100

    web: Fix rendering of the hardware sponsor's logo.

diff --git a/web/donate/kudos.org b/web/donate/kudos.org
index 0aef606..7ecb0cd 100644
--- a/web/donate/kudos.org
+++ b/web/donate/kudos.org
@@ -81,6 +81,13 @@ The [[https://gnupg.org/blog/20140512-rewards-sent.html][Goteo crowdfunding]] ca
   provide rack space, connectivity, and are fast in fixing problems
   with the machines.
 
+# Without doing this in HTML we get an extra div figure around the
+# link which messes up the rendering.  Funnily this does not happen
+# with the logo box above.
+#
 #+HTML: <div class="logobox">
-  [[https://www.openit.de][file:../share/logo-sponsor.png]]
+#+HTML: <p>
+#+HTML: <a href="https://www.openit.de"><img src="../share/logo-sponsor.png"
+#+HTML:    alt="Logo OpenIT" /></a>
+#+HTML: </p>
 #+HTML: </div>

-----------------------------------------------------------------------

Summary of changes:
 web/donate/kudos.org | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list