Browse Source

More https

pull/12/head
falkTX 6 years ago
parent
commit
57eba3936c
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      News/themes/stardust/layouts/default.twig
  2. +2
    -2
      includes/header.php
  3. +1
    -1
      kxstudio-chyrp-changes.patch

+ 1
- 1
News/themes/stardust/layouts/default.twig View File

@@ -11,7 +11,7 @@
<link rel="copyright" href="http://creativecommons.org/licenses/publicdomain/" />
<link rel="stylesheet" href="../css/style.fluid.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Raleway:200,700,800,400" type="text/css" media="screen" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:200,700,800,400" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="../images/ico_kxstudio.png" />
<link rel="shortcut icon" href="../favicon.ico" />
{% if site.clean_urls %}<link rel="canonical" href="{% if (post.url) %}$post.clean{% elseif page.url %}$page.clean {% else %}$site.url{% endif %}" />{% endif %}


+ 2
- 2
includes/header.php View File

@@ -46,7 +46,7 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA
<link rel="copyright" href="http://creativecommons.org/licenses/publicdomain/" />
<link rel="stylesheet" href="<?php echo $ROOT; ?>/css/style.fluid.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php echo $ROOT; ?>/css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Raleway:200,700,800,400" type="text/css" media="screen" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:200,700,800,400" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="<?php echo $ROOT; ?>/images/ico_kxstudio.png" />
<link rel="shortcut icon" href="<?php echo $ROOT; ?>/favicon.ico" />
<?php if ($PAGE_TYPE == "HOME") { ?>
@@ -117,7 +117,7 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
s.src = 'https://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
/* ]]> */


+ 1
- 1
kxstudio-chyrp-changes.patch View File

@@ -203,7 +203,7 @@ diff -U 3 -H -w -E -d -r -N -- chyrp/themes/stardust/layouts/default.twig News/t
+ <link rel="copyright" href="http://creativecommons.org/licenses/publicdomain/" />
+ <link rel="stylesheet" href="../css/style.fluid.css" type="text/css" media="screen" />
+ <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
+ <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Raleway:200,700,800,400" type="text/css" media="screen" />
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:200,700,800,400" type="text/css" media="screen" />
+ <link rel="icon" type="image/png" href="../images/ico_kxstudio.png" />
+ <link rel="shortcut icon" href="../favicon.ico" />
{% if site.clean_urls %}<link rel="canonical" href="{% if (post.url) %}$post.clean{% elseif page.url %}$page.clean {% else %}$site.url{% endif %}" />{% endif %}


Loading…
Cancel
Save