Add the rss link to the header

This commit is contained in:
Sameer Rahmani 2022-08-28 17:41:15 +01:00
parent 35296335a1
commit 1eb9f782b6
2 changed files with 4 additions and 3 deletions

View File

@ -53,7 +53,8 @@ PARAMS:
prod-base-url "https://lxsameer.com"
docs-pages-dir "/essays"
docs-actions '(copy-necessary-files)
docs-ignore-category-check '("thoughts.org"))
docs-ignore-category-check '("thoughts.org")
docs-title "lxsameer.com - The little nest of mine")
(defun copy-necessary-files (build-dir base-url)
@ -82,4 +83,4 @@ PARAMS:
;; Local Variables:
;; mode: emacs-lisp
;; End:
;;; build.el ends here
;;; build.el ends here

View File

@ -19,7 +19,7 @@
<header>
<nav style="text-align: center;">
<a href="/">HOME</a> | <a href="/categories/">Categories</a> | <a href="/tags/">Tags</a> | <a href="/coh.html">Code of Honor</a>
<a href="/">HOME</a> | <a href="/categories/">Categories</a> | <a href="/tags/">Tags</a> | <a href="/coh.html">Code of Honor</a> | <a href="/index.xml">RSS</a>
</nav>
<hr/>
</header>