From 476fa430a6e96452500b390c067bf3aad7f2717e Mon Sep 17 00:00:00 2001
From: shenzekun <726664809@qq.com>
Date: Sun, 28 May 2017 19:34:24 +0800
Subject: [PATCH] feature:Implement the load bar at the top of the page
see [demo](http://shenzekun.cn/)
use [pace.js](http://github.hubspot.com/pace/docs/welcome/)
just add two sentences
---
layout/_partials/head.swig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/layout/_partials/head.swig b/layout/_partials/head.swig
index c19bf631d..c57ab7f47 100644
--- a/layout/_partials/head.swig
+++ b/layout/_partials/head.swig
@@ -2,6 +2,9 @@
+
+
+
{% if theme.han %}
{% set Han_uri = url_for(theme.vendors._internal + '/Han/dist/han.min.css?v=3.3') %}