get rid of pre
All checks were successful
Deploy website / deploy (push) Successful in 10s

This commit is contained in:
jacekpoz 2024-09-14 01:13:07 +02:00
parent 3e4f878182
commit d82f1ab7b2
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -67,9 +67,7 @@ in {
<p>
and make a PR to one of <a href="https://codeberg.org/jacekpoz/nixwebr.ing">the</a> <a href="https://github.com/jacekpoz/nixwebr.ing">repos</a> adding yourself to the <code>webring.nix</code> file:
<br>
<pre><code>
{ name = "name"; domain = "mysite.tld"; config = "gitforge.tld/name/nixos"; }
</code></pre>
<code>{ name = "name"; domain = "mysite.tld"; config = "gitforge.tld/name/nixos"; }</code>
<br>
linking your nixos config is entirely optional! (you'll be way cooler though)
</p>