Add gitea content searching and fix lots of things

This commit is contained in:
2024-01-09 18:06:43 +01:00
parent 08c3a93893
commit f19a6a65da
67 changed files with 139 additions and 16327 deletions

View File

@@ -24,7 +24,6 @@ onMounted(() => {
<div class="publish-renderer">
<div class="markdown-preview-view markdown-rendered node-insert-event hide-title">
<div class="markdown-preview-sizer markdown-preview-section" style="padding-bottom: 0px;">
<h1>{{ page.title }}</h1>
<ContentRenderer :key="page._id" :value="page" />
</div>
</div>