1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 21:44:51 +02:00

More https fixes

This commit is contained in:
Rico Sta. Cruz
2017-03-29 17:05:21 +08:00
parent 4886f3dc10
commit 12e97f9303

View File

@@ -4,7 +4,7 @@
{% include meta.html %}
{% include polyfills.html %}
<style>html{opacity:0}</style>
<link href="http://ricostacruz.com/til/assets/style.css?t={{ timestamp }}" rel="stylesheet" />
<link href="https://ricostacruz.com/til/assets/style.css?t={{ timestamp }}" rel="stylesheet" />
<link href="{{base}}/assets/style.css?t={{ timestamp }}" rel="stylesheet" />
<link href="{{base}}/assets/print.css?t={{ timestamp }}" rel="stylesheet" media="print" />
</head>