From 65aa14f0c09184f3953a6c0181c4373d5fead5b2 Mon Sep 17 00:00:00 2001 From: Christian Shtarkov Date: Mon, 21 Oct 2024 00:58:53 +0100 Subject: [PATCH] Call title argument appropriately --- onerc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.5