From 935f0d12e7654aab9a177ff1ada98d8c63b33935 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Oct 2013 15:23:25 +0200 Subject: Fix RSS link for HTTPS --- .gitignore | 1 + project.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c82ce35..444f493 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.html _publish/ +*.elc diff --git a/project.el b/project.el index 6e0c520..787815b 100644 --- a/project.el +++ b/project.el @@ -148,5 +148,5 @@ :section-numbers nil :table-of-contents 1 :html-doctype "" - :html-head "" + :html-head "" :html-link-home "http://ryuslash.org"))) -- cgit v1.2.3-54-g00ecf