From: Christian Shtarkov Date: Sun, 20 Oct 2024 23:58:53 +0000 (+0100) Subject: Call title argument appropriately X-Git-Url: https://shtarkov.net/gitweb/?a=commitdiff_plain;h=65aa14f0c09184f3953a6c0181c4373d5fead5b2;p=shtarkov.net.git Call title argument appropriately --- diff --git a/onerc.el b/onerc.el index e149a57..5c054ad 100644 --- a/onerc.el +++ b/onerc.el @@ -3,12 +3,12 @@ :translate-alist '((link . shtarkov.net-link))) -(defun shtarkov.net-head (website-name) +(defun shtarkov.net-head (title) `(:head (:meta (@ :charset "UTF-8")) (:meta (@ :name "viewport" :content "width=device-width,initial-scale=1")) (:link (@ :rel "stylesheet" :type "text/css" :href "/main.css")) - (:title ,website-name))) + (:title ,title))) (setq shtarkov.net-footer '(:div/footer