netlify build fix

This commit is contained in:
gurusabarish
2022-02-09 19:33:39 +05:30
parent 522dfcc07d
commit 5bd29d2582
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -24,10 +24,10 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
## Twitter Simple Shortcode
```
{{</* tweet user="GoHugoIO" id="1315233626070503424" */>}}
{{</* tweet GoHugoIO 1315233626070503424 */>}}
```
<br>
{{< tweet user="GoHugoIO" id="1315233626070503424" >}}
{{< tweet GoHugoIO 1315233626070503424 >}}
<br>