From 462dbe4868698a7faccd0681cc3e0edcd273e4d7 Mon Sep 17 00:00:00 2001 From: Dominik Date: Fri, 14 Nov 2025 14:39:57 +0100 Subject: [PATCH] Added break to heading renderer to avoid manual
--- blog/content/blog/bruteforce.md | 1 - blog/layouts/_markup/render-heading.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/blog/content/blog/bruteforce.md b/blog/content/blog/bruteforce.md index dd4f8c0..8e8b23a 100644 --- a/blog/content/blog/bruteforce.md +++ b/blog/content/blog/bruteforce.md @@ -127,7 +127,6 @@ Once these values have been aggregated by IP Address, we can see how often which For extra information I have implemented a simple script to query the source country of the IP Address. This is done easily with public apis like [ipadress.com](https://www.ipaddress.com/apis/ip-to-country-api). Although this is nice information to have, it is not 100% correct, as IP addresses change and on the day we query it does not have to belong to the same user 10 or more days ago when the log found it.[^3] ## Visualising -
### Static diff --git a/blog/layouts/_markup/render-heading.html b/blog/layouts/_markup/render-heading.html index 313441b..1bb8dcf 100644 --- a/blog/layouts/_markup/render-heading.html +++ b/blog/layouts/_markup/render-heading.html @@ -1,4 +1,4 @@ {{- $level := .Level -}} {{ .Text | safeHTML }} {{ range seq $level }}#{{ end }} - +