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 }}
-
+