From 55185ea78c3f5afeed261b02d04ba73f86f0fced Mon Sep 17 00:00:00 2001 From: Lincoln Clarete Date: Fri, 5 Jul 2024 23:19:32 -0400 Subject: [PATCH] Update URL https://github.com/emacs-love/weblorg/issues/79 --- README.org | 12 ++++----- docs/api.html | 18 ++++++------- docs/doc/html-entity-auto-escaping.html | 34 +++++++++++------------ docs/doc/index.html | 36 ++++++++++++------------- docs/doc/template-inheritance.html | 24 ++++++++--------- docs/index.html | 16 +++++------ docs/publish.el | 4 +-- 7 files changed, 72 insertions(+), 72 deletions(-) diff --git a/README.org b/README.org index 8cac243..c6ba13c 100644 --- a/README.org +++ b/README.org @@ -14,10 +14,10 @@ ** Documentation - * Website: https://clarete.li/templatel - * Documentation: https://clarete.li/templatel/doc - * Code: https://github.com/clarete/templatel - * Issues: https://github.com/clarete/templatel/issues + * Website: https://emacs.love/templatel + * Documentation: https://emacs.love/templatel/doc + * Code: https://github.com/emacs-love/templatel + * Issues: https://github.com/emacs-love/templatel/issues ** How does it look like @@ -35,7 +35,7 @@ #+begin_src emacs-lisp (templatel-render-file "tmpl.html.jinja" '(("title" . "A nice web page") - ("users" . ((("url" . "https://clarete.li") + ("users" . ((("url" . "https://emacs.love") ("name" . "link")) (("url" . "https://gnu.org") ("name" . "Gnu!!")))))) @@ -46,7 +46,7 @@ #+begin_src html

A nice web page

#+end_src diff --git a/docs/api.html b/docs/api.html index 1299ef8..2c4e7ac 100644 --- a/docs/api.html +++ b/docs/api.html @@ -7,7 +7,7 @@ 'templatel - api reference - + @@ -16,14 +16,14 @@