add copyright notice and update stylesheet
This commit is contained in:
parent
fd9e1eafa2
commit
3d4eff43e5
2 changed files with 520 additions and 513 deletions
1029
css/stylesheet.css
1029
css/stylesheet.css
File diff suppressed because it is too large
Load diff
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
(setq webring (json-parse-string (plz 'get "https://aidang.cc/webring/https://jjanzen.ca")))
|
(setq webring (json-parse-string (plz 'get "https://aidang.cc/webring/https://jjanzen.ca")))
|
||||||
(defun create-webring-html (plist)
|
(defun create-webring-html (plist)
|
||||||
(format "<div class='footer'><span><a href='%s'>« %s</a></span><span>CSSA Web Ring</span><span><a href='%s'>%s »</a></span></div>"
|
(format "<div class='footer'><div><span><a href='%s'>« %s</a></span><span>CSSA Web Ring</span><span><a href='%s'>%s »</a></span></div><div>Copyright (C) Jacob Janzen 2024</div></div>"
|
||||||
(gethash "url" (gethash "left" webring))
|
(gethash "url" (gethash "left" webring))
|
||||||
(gethash "name" (gethash "left" webring))
|
(gethash "name" (gethash "left" webring))
|
||||||
(gethash "url" (gethash "right" webring))
|
(gethash "url" (gethash "right" webring))
|
||||||
|
@ -148,5 +148,5 @@
|
||||||
:publishing-directory "~/public_html/dotfiles"
|
:publishing-directory "~/public_html/dotfiles"
|
||||||
:recursive t
|
:recursive t
|
||||||
:publishing-function org-publish-attachment)
|
:publishing-function org-publish-attachment)
|
||||||
("org" :components ("org-core" "org-static-website" "org-config" "org-blog" "org-rss" "org-static-config"))))
|
("org" :components ("org-core" "org-static-website" "org-config" "org-blog" "org-rss"))))
|
||||||
(org-publish-all t)
|
(org-publish-all t)
|
||||||
|
|
Loading…
Add table
Reference in a new issue