Browse Source

Another script for fade in

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
ecc146224b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      _includes/head.html

5
_includes/head.html

@ -46,6 +46,11 @@
<script src="{{ "/bower_components/modernizr/modernizr.js" | prepend: site.baseurl }}"></script>
<script>document.body.className += ' fade-out';</script>
<script>
$(function() {
$('body').removeClass('fade-out');
});
</script>
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">

Loading…
Cancel
Save