Merge pull request #1515 from wermos/fix-timeline

🐛 Prevent numbers from showing up in timelines
This commit is contained in:
Nuno Coração 2024-06-03 23:03:07 +01:00 committed by GitHub
commit 9640f0cb7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,3 @@
<ol class="border-l-2 border-primary-500 dark:border-primary-300">
<ol class="border-l-2 border-primary-500 dark:border-primary-300 list-none">
{{- .Inner -}}
</ol>