[Privoxy-commits] [privoxy] 08/11: Let the dok-webserver target turn the www.lalal.ai marker into an image link
User Git
git at git.privoxy.org
Wed Dec 23 13:41:28 UTC 2020
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit a5a23ebe3374e91d7d59b707bb017982ab99990b
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Dec 22 12:28:33 2020 +0100
Let the dok-webserver target turn the www.lalal.ai marker into an image link
---
GNUmakefile.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 873d46b6..f60d2d41 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -590,7 +590,8 @@ dok-webserver:
s/\.\d\. //;\
s/__copy/©/;\
s@(<SUB)@<p style="text-align: center">\1@; s@(</SUB)@\1></p@;\
- s@(Privoxy is a non-caching)@<img src="images/privoxy.png" align="right" alt="Privoxy logo">\n\1@;' \
+ s@(Privoxy is a non-caching)@<img src="images/privoxy.png" align="right" alt="Privoxy logo">\n\1@; \
+ s at www.lalal.ai@<a href="https://www.lalal.ai/"><img src="images/sponsors/lalal.ai_logo.png" align="middle" alt="Lalal.ai logo"></a>\n@;' \
doc/webserver/index.html && $(RM) doc/webserver/*.bak
# privoxy-index.html for local documentation:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list