浏览代码

Remove Google News meta tags (#197)

These have been deprecated by Google
tags/2.52
Christian Oliff 5 年前
父节点
当前提交
79f418c185
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      layouts/_default/baseof.html

+ 0
- 1
layouts/_default/baseof.html 查看文件

@@ -34,7 +34,6 @@

{{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}}
{{- template "_internal/opengraph.html" . -}}
{{- template "_internal/google_news.html" . -}}
{{- template "_internal/schema.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}


正在加载...
取消
保存