diff options
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/static/images/header.jpg | bin | 19875 -> 15784 bytes | |||
-rw-r--r-- | theme/static/images/header.xcf | bin | 0 -> 840733 bytes | |||
-rwxr-xr-x | theme/templates/article.html | 2 | ||||
-rwxr-xr-x | theme/templates/base.html | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/theme/static/images/header.jpg b/theme/static/images/header.jpg Binary files differindex 8e96d02..7b6597d 100755 --- a/theme/static/images/header.jpg +++ b/theme/static/images/header.jpg diff --git a/theme/static/images/header.xcf b/theme/static/images/header.xcf Binary files differnew file mode 100644 index 0000000..17bcaae --- /dev/null +++ b/theme/static/images/header.xcf diff --git a/theme/templates/article.html b/theme/templates/article.html index a23074c..562b98a 100755 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -37,7 +37,7 @@ var disqus_identifier = "{{ article.url }}"; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://{{ DISQUS_SITENAME }}.disqus.com/embed.js'; + dsq.src = '//{{ DISQUS_SITENAME }}.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> diff --git a/theme/templates/base.html b/theme/templates/base.html index 7024c58..59e4619 100755 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -4,7 +4,7 @@ <head> <title>{% block title %}{{ SITENAME }}{%endblock%}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <link rel="stylesheet" href="/theme/css/{{ CSS_FILE }}" type="text/css" /> + <link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" /> <link href="{{ SITEURL }}/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} - Flux ATOM" /> {% if tag %} {% if TAG_FEED_ATOM %} |