Skip to content

Commit

Permalink
feature:Implement the load bar at the top of the page
Browse files Browse the repository at this point in the history
see [demo](http://shenzekun.cn/)
use [pace.js](http://github.hubspot.com/pace/docs/welcome/)
just  add two sentences
  • Loading branch information
shenzekun committed May 28, 2017
1 parent 02bd529 commit 476fa43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layout/_partials/head.swig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>

<script src="//cdn.bootcss.com/pace/1.0.2/pace.min.js"></script>
<link href="//cdn.bootcss.com/pace/1.0.2/themes/blue/pace-theme-flash.min.css" rel="stylesheet">


{% if theme.han %}
{% set Han_uri = url_for(theme.vendors._internal + '/Han/dist/han.min.css?v=3.3') %}
Expand Down

0 comments on commit 476fa43

Please sign in to comment.