diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 22:05:12 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 22:05:12 +0000 |
commit | 139eb16020cec6656b20994d568d370173087da7 (patch) | |
tree | fbd15cc814a0a17f46b380022f08bf0936f57e1f /themes/even/layouts/partials/head.html | |
parent | 3f0363c429b44b62f9bc8ae3933f8f731460e590 (diff) | |
download | capotej.com-139eb16020cec6656b20994d568d370173087da7.tar.gz |
remove more stuff
Diffstat (limited to 'themes/even/layouts/partials/head.html')
-rw-r--r-- | themes/even/layouts/partials/head.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/even/layouts/partials/head.html b/themes/even/layouts/partials/head.html index 8670b52..afe7004 100644 --- a/themes/even/layouts/partials/head.html +++ b/themes/even/layouts/partials/head.html @@ -32,9 +32,6 @@ {{ with .Site.Params.baidu_verification }}<meta name="baidu-site-verification" content="{{.}}" />{{ end }} {{ with .Site.Params.google_verification }}<meta name="google-site-verification" content="{{.}}" />{{ end }} -<!-- Site Generator --> -<meta name="generator" content="Hugo {{ .Hugo.Version }}" /> - <!-- Permalink & RSSlink --> <link rel="canonical" href="{{ .Permalink }}" /> <link rel="alternate" type="application/atom+xml" title="capotej.com" href="/atom.xml"> @@ -52,11 +49,6 @@ <script>eruda.init();</script> {{- end }} -<!-- busuanzi --> -{{ if .Site.Params.busuanzi.enable -}} -<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> -{{- end }} - <!-- Styles --> <link href="{{ "dist/even.min.css?v=3.2.0" | relURL }}" rel="stylesheet"> {{ if .Site.Params.publicCDN.enable -}} |