Added comment restrictions and updated blogpost
This commit is contained in:
parent
703a33ccc2
commit
308c45e49e
2 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,11 @@ This means going through all old posts and making sure everything looks okay.
|
|||
|
||||
For now I will upload this roughly migrated version, to get rid of WP. Everything else ... later.
|
||||
|
||||
**Update:** I have integrated comments through [isso][6].
|
||||
I had some issues getting the whole thing to work, but now it looks good, I think.
|
||||
|
||||
[1]: https://wordpress.org/
|
||||
[2]: https://heise.de/-3624301
|
||||
[3]: https://gohugo.io/
|
||||
[4]: /dienste/git/
|
||||
[5]: https://posativ.org/isso/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700" type="text/css" media="all" />
|
||||
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}" type="text/css" media="all" />
|
||||
{{ "<!-- isso -->" | safeHTML }}
|
||||
<script data-isso="{{ .Site.BaseURL }}isso/" src="{{ .Site.BaseURL }}isso/js/embed.min.js"></script>
|
||||
<script data-isso="{{ .Site.BaseURL }}isso/" data-isso-require-author="true" data-isso-require-email="true" src="{{ .Site.BaseURL }}isso/js/embed.min.js"></script>
|
||||
{{ "<!-- end isso -->" | safeHTML }}
|
||||
<script type="text/javascript" src="{{ "js/scripts.js" | relURL }}"></script>
|
||||
<link rel="shortcut icon" href="{{ "favicon.ico" | relURL }}">
|
||||
|
|
Loading…
Reference in a new issue