Removed comments, dot from description and added flag to make serve

This commit is contained in:
2025-11-14 18:49:14 +01:00
parent 299573bb96
commit 205a28fe39
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
title: "Bruteforce Analysis"
draft: false
date: "2025-11-02"
description: "Writing a parser for and analysing my VPS fail2ban logs."
description: "Writing a parser for and analysing my VPS fail2ban logs"
---
# Introduction
-2
View File
@@ -4,7 +4,6 @@
<ul>
{{ range .Pages }}
<!--<hr>--->
<div class="blogpost">
<div class="blogpost-content">
<a class="blogpost-title" href="{{ .RelPermalink }}">{{ .Title }}</a>
@@ -16,7 +15,6 @@
</div>
</div>
<!--<hr>--->
{{ end }}
</ul>