added HeadContent property to Site and replaced Meta property on Page with HeadContent property.

This commit is contained in:
sbwalker
2023-05-16 16:23:07 -04:00
parent 89ada83012
commit 8d2f644177
10 changed files with 346 additions and 281 deletions

View File

@ -65,9 +65,9 @@ namespace Oqtane.Models
public string DefaultContainerType { get; set; }
/// <summary>
/// Meta tags to be included in the head of the page
/// Content to be included in the head of the page
/// </summary>
public string Meta { get; set; }
public string HeadContent { get; set; }
/// <summary>
/// Icon file for this page.