【发布时间】:2020-11-17 19:35:24
【问题描述】:
当嵌入到帖子中时,我无法让 Hugo 加载内联 javascript。我尝试导入的 javascript 是一个电子邮件注册表单。从其他示例来看,语法似乎是正确的。网站或主题中是否有任何设置会阻止 javascript 加载?
雨果版本:v0.74.1 主题:hello-friend-ng
帖子和前台
---
author:
name: "author"
date: 2020-04-03
linktitle: Inline javascript
type:
- post
- posts
title: Inline javascript
tags: ["debug"]
---
_Should show a email sign up form_
<script async data-uid="481686e31f" src="https://unique-writer-1890.ck.page/481686e31f/index.js"></script>
谢谢!
【问题讨论】:
标签: javascript hugo