Replies: 1 comment 1 reply
-
不知道你说的是不是这个意思? {{- $title := partialCached "data/title" . .RelPermalink -}}
<title>{{ $title }}</title> {{- $title := partialCached "data/title" . .RelPermalink -}}
<title>{{ $title }} {{.Site.Params.title}}</title> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
例如:
目前生成的页面 html 的 title 标签均没有
Beta Was this translation helpful? Give feedback.
All reactions