mirror of https://github.com/MISP/misp-website
chg: [layout] removed deprecated function from Hugo
parent
fb7c5f83a8
commit
9a7d97ab4b
|
@ -5,7 +5,7 @@ languageCode = "en-us"
|
||||||
# Site language. Available translations in the theme's `/i18n` directory.
|
# Site language. Available translations in the theme's `/i18n` directory.
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
# Enable comments by entering your Disqus shortname
|
# Enable comments by entering your Disqus shortname
|
||||||
disqusShortname = ""
|
#disqusShortname = ""
|
||||||
# Enable Google Analytics by entering your tracking code
|
# Enable Google Analytics by entering your tracking code
|
||||||
googleAnalytics = ""
|
googleAnalytics = ""
|
||||||
|
|
||||||
|
|
|
@ -46,12 +46,6 @@
|
||||||
<div id="post-content">
|
<div id="post-content">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
<!-- /#post-content -->
|
|
||||||
{{ if .Site.DisqusShortname }}
|
|
||||||
<div id="comments">
|
|
||||||
{{ template "_internal/disqus.html" . }}
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /#blog-post -->
|
<!-- /#blog-post -->
|
||||||
|
|
Loading…
Reference in New Issue