浏览代码

minor update

pull/141/head
abhidj0090 4 年前
父节点
当前提交
fc90acfebb
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      layouts/partials/head.html

+ 0
- 1
layouts/partials/head.html 查看文件

@@ -12,7 +12,6 @@
<meta property="og:title" content="{{ .Title }}" />
<meta property="og:description" content="{{ with .Description }}{{ . }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}" />
<meta property="og:image" content="{{ .image }}" />
<meta property="og:url" content="{{.Permalink}}" />

{{ "<!-- plugins -->" | safeHTML }}
{{ range site.Params.plugins.css }}

正在加载...
取消
保存