【发布时间】:2019-02-10 00:28:16
【问题描述】:
我刚开始使用 Hugo 和 Kiss 模板,但我似乎无法让变量起作用。
在我的页面中,我在这里定义了变量 imgPad:
---
title: "Hugo Blog on Azure"
date: 2018-12-09T15:51:09-05:00
draft: false
imgPad: 14
---
下面,我尝试这样使用:
<img alt="Deploy to Static Website" src="img/hugo-blog-on-azure/azure_storage_deploy.png" style="width: 500px; display:block; padding: {{ .imgPad }}"/>
在浏览器中,{{ .imgPad }} 不会被任何东西替换。可能是什么问题呢?
谢谢。
【问题讨论】:
标签: hugo