Fix RSS link for HTTPS

This commit is contained in:
Tom Willemse 2013-10-20 15:23:25 +02:00
parent 294e9da3b7
commit 935f0d12e7
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
*.html
_publish/
*.elc

View file

@ -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")))