Fix content loss on critical/moderate pages

This commit is contained in:
Jarvis Prime
2026-03-24 04:03:11 +00:00
parent d9a8593a29
commit 30aad962fc
9 changed files with 707 additions and 612 deletions

View File

@@ -1,6 +1,6 @@
---
import Base from '../layouts/Base.astro';
const title = "Better ListView .NET control: Improved List View control for C# and VB.NET (Windows Forms)";
const title = "Articles for .NET developers - ComponentOwl";
const description = "Better ListView by Component Owl is a .NET WinForms control designed to replace the standard list view control included with C#/VB.net.";
const keywords = "list view, listview, list view control, list view component, .net list view, list view replacement, list view alternative, improved list view, enhanced list view";
const rawContent = `<div class="d-content-wrap">
@@ -19,13 +19,7 @@ const rawContent = `<div class="d-content-wrap">
</div>
</div>
</div>
</div>
`;
</div>`;
---
<Base title={title} description={description} keywords={keywords}>
<Fragment set:html={rawContent} />