From 1eb9f782b6d2511991d9c5b3f7cd5cc6fa055742 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sun, 28 Aug 2022 17:41:15 +0100 Subject: [PATCH] Add the rss link to the header --- build.el | 5 +++-- orgs/templates/blog.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.el b/build.el index 1e6ff12..7576c25 100755 --- a/build.el +++ b/build.el @@ -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 diff --git a/orgs/templates/blog.html b/orgs/templates/blog.html index a63b231..2d12a8c 100644 --- a/orgs/templates/blog.html +++ b/orgs/templates/blog.html @@ -19,7 +19,7 @@