Fix content loss on critical/moderate pages
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user