csrc links to notrace.how, miscellaneous edits

This commit is contained in:
anarsec 2023-11-12 17:57:58 +00:00
parent 9d659896fa
commit d83276dadb
No known key found for this signature in database
17 changed files with 42 additions and 153 deletions

View file

@ -5,7 +5,9 @@
<div class="container">
<div class="has-text-centered">
<h1 class="title is-2">{{ section.title }}</h1>
{% if section.description %}
<p class="subtitle is-4">{{ section.description }}</p>
{% endif %}
</div>
<div class="content">
{{ section.content | safe }}