mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-18 14:54:24 +01:00
Add "wiki" prefix to wiki articles
This commit is contained in:
@@ -10,8 +10,8 @@ templ wikiEventTemplate(params WikiPageParams) {
|
||||
params.Details,
|
||||
params.Event,
|
||||
) {
|
||||
<h1 class="text-2xl">
|
||||
{ params.WikiEvent.Title }
|
||||
<h1 class="flex text-2xl items-center">
|
||||
<div class="inline-block px-2 mr-2 text-base bg-strongpink text-white rounded-md">Wiki <span class="text-base">></span></div> <div class="inline-block">{ params.WikiEvent.Title }</div>
|
||||
</h1>
|
||||
|
||||
<!-- main content -->
|
||||
|
||||
Reference in New Issue
Block a user