summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-10-20 15:23:25 +0200
committerGravatar Tom Willemse2013-10-20 15:23:25 +0200
commit935f0d12e7654aab9a177ff1ada98d8c63b33935 (patch)
tree549f12e9bcdc14062db9292f5582177a61ea8c98
parent294e9da3b751e6afe71c9981f4cd00003523996d (diff)
downloadorgweb-935f0d12e7654aab9a177ff1ada98d8c63b33935.tar.gz
orgweb-935f0d12e7654aab9a177ff1ada98d8c63b33935.zip
Fix RSS link for HTTPS
-rw-r--r--.gitignore1
-rw-r--r--project.el2
2 files changed, 2 insertions, 1 deletions
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 "<!DOCTYPE html>"
- :html-head "<link href=\"http://ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />"
+ :html-head "<link href=\"//ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />"
:html-link-home "http://ryuslash.org")))