This commit is contained in:
Rico Sta. Cruz 2015-04-16 20:44:19 +08:00
parent 69d636f26c
commit d23281e1ce
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@
<html lang='en' class='no-js {{ page.html_class }}'> <html lang='en' class='no-js {{ page.html_class }}'>
<head> <head>
{% include meta.html %} {% include meta.html %}
<link href="http://ricostacruz.com/til/assets/style.css?t={{ site.time | date: "%Y%m%d%H%M%S" }}" rel="stylesheet" /> <style>html{opacity:0}</style>
<link href="{{base}}/assets/style.css?t={{ site.time | date: "%Y%m%d%H%M%S" }}" rel="stylesheet" /> <link href="http://ricostacruz.com/til/assets/style.css?t={{ timestamp }}" rel="stylesheet" />
<link href="{{base}}/assets/style.css?t={{ timestamp }}" rel="stylesheet" />
</head> </head>
<body> <body>
<div class='all'> <div class='all'>