Postamble: Put a link to the actual source code.

This commit is contained in:
Sergiu Ivanov 2018-09-13 22:18:55 +02:00
parent 7bcdf450ad
commit 697c27f3fb

View file

@ -17,7 +17,7 @@
;; Produce the string Powered by Org-mode in the appropriate language. ;; Produce the string Powered by Org-mode in the appropriate language.
(defun make-powered-by (lang) (defun make-powered-by (lang)
(let ((orgmode "<a href=\"https://orgmode.org/\">Org-mode</a>") (let ((orgmode "<a href=\"https://orgmode.org/\">Org-mode</a>")
(src "<a href=\"https://git.marvid.fr/\">source</a>")) (src "<a href=\"https://git.marvid.fr/scolobb/work-site\">source</a>"))
(cond ((eq lang 'fr) (cond ((eq lang 'fr)
(concat "Propulsé par " orgmode " (" src ").")) (concat "Propulsé par " orgmode " (" src ")."))
(t (t