Fix RSS link for HTTPS
This commit is contained in:
parent
294e9da3b7
commit
935f0d12e7
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
*.html
|
||||
_publish/
|
||||
*.elc
|
||||
|
|
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue