Skip to content

Commit

Permalink
添加统计代码
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Sep 9, 2018
1 parent 7820093 commit 437b278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 56 deletions.
54 changes: 0 additions & 54 deletions author.hbs

This file was deleted.

5 changes: 3 additions & 2 deletions default.ftl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<#macro default title,keyword,desc,canonical,body_class>
<#include "../../common/macro/common_macro.ftl">
<#import "../../common/macro/common_macro.ftl" as common>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
Expand All @@ -19,7 +19,7 @@
<#-- This tag outputs SEO meta+structured data and other important settings -->

<meta name="description" content="${desc}" />
<@favicon></@favicon>
<@common.favicon />
<link rel="canonical" href="${canonical}" />
<meta name="referrer" content="no-referrer-when-downgrade" />

Expand Down Expand Up @@ -90,6 +90,7 @@

<#macro scripts>
<#nested >
<@common.statistics />
</body>
</html>
</#macro>

0 comments on commit 437b278

Please sign in to comment.