content/*: move to root
All checks were successful
/ deploy (push) Successful in 25s

This commit is contained in:
forgejo-actions[bot] 2024-09-17 19:02:39 +00:00
parent 360c8e70b4
commit ec2ff68c7f
59 changed files with 4673 additions and 90 deletions

View file

@ -50,7 +50,7 @@
<div class="collapse navbar-collapse float-end ms-1" id="navbar">
English
</div>
<img src="../wikiicons/languages.png">
<img src="../images/languages.png">
</button>
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-lg-start" aria-labelledby="language-menu-top">
@ -165,7 +165,7 @@ Check the [[!google ikiwiki desc="google search for %s"]].
</ul>
<p>To add a new shortcut, use the <code>shortcut</code>
<span class="createlink">directive</span>. In the url, "%s" is replaced with the
<a href="../ikiwiki/directive/">directive</a>. In the url, "%s" is replaced with the
text passed to the named shortcut, after <a href="https://en.wikipedia.org/wiki/url%5Fencoding">url encoding</a>
it, and '%S' is replaced with the raw, non-encoded text.
Additionally, <code>%W</code> is replaced with the text encoded just right for
@ -173,7 +173,7 @@ Wikipedia. The optional <code>desc</code> parameter controls the description of
the link.</p>
<p>Remember that the <code>name</code> you give the shortcut will become a new
<span class="createlink">directive</span>. Avoid using a <code>name</code> that conflicts
<a href="../ikiwiki/directive/">directive</a>. Avoid using a <code>name</code> that conflicts
with an existing directive. These directives also accept a <code>desc</code>
parameter that will override the one provided at definition time.</p>