Postamble: Put a link to the actual source code.
This commit is contained in:
parent
7bcdf450ad
commit
697c27f3fb
1 changed files with 1 additions and 1 deletions
2
work.el
2
work.el
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue