summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authoruvok cheetah2019-05-28 20:22:24 +0200
committeruvok cheetah2019-05-28 20:22:24 +0200
commit5e55caa2558370b0629605ca17bcf8c1d570440c (patch)
treef9c627ac09ae6b6fa236862fbb8168183c7f1e64 /_layouts/post.html
parent5477376a8f7a6d7faf6b14058d96683ea8f85e7f (diff)
Move comment notice to include file
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html16
1 files changed, 1 insertions, 15 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 7d9c318..d5772d9 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -34,18 +34,4 @@ layout: default
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>
-<section>
- <h2>Kommentare?</h2>
- <p>Da ich die Seite auf den Static Site Generator Jekyll umgestellt habe, gibt es
- die Möglichkeit, Kommentare zu hinterlassen, (vorerst) nicht mehr.
- Automatisiert geht es (unter Beibehaltung des Jekyll-Ansatzes) eh nicht, und ich bin
- auch nicht besonders scharf drauf, Kommentare manuell einzupflegen.
- </p>
- <p>
- Vor allem will ich keinem Spam ausgesetzt sein, das klassische Captcha will ich aber
- auch nicht einsetzen.
- </p>
- <p>
- Unter der Kontakt-Seite sind jedenfalls Kontaktmöglichkeiten aufgelistet.
- </p>
-</section>
+{% include commentNotice.html %}