Added break to heading renderer to avoid manual <br>

This commit is contained in:
2025-11-14 14:39:57 +01:00
parent d237058604
commit 462dbe4868
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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] 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 ## Visualising
<br>
### Static ### Static
+1 -1
View File
@@ -1,4 +1,4 @@
{{- $level := .Level -}} {{- $level := .Level -}}
<h{{ $level }} id="{{ .Anchor | safeURL }}"> <h{{ $level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }} <em>{{ range seq $level }}#{{ end }}</em> {{ .Text | safeHTML }} <em>{{ range seq $level }}#{{ end }}</em>
</h{{ $level }}> </h{{ $level }}><br>