diff --git a/src/Moonglade.Configuration/ContentSettings.cs b/src/Moonglade.Configuration/ContentSettings.cs index e74b661b4..05d10a032 100644 --- a/src/Moonglade.Configuration/ContentSettings.cs +++ b/src/Moonglade.Configuration/ContentSettings.cs @@ -60,6 +60,9 @@ public class ContentSettings : IBlogSettings [Display(Name = "Show call-out section")] public bool ShowCalloutSection { get; set; } + [Display(Name = "Display time for publish date")] + public bool DisplayTimeForPubDate { get; set; } = true; + [Display(Name = "Show customize footer on each post")] public bool ShowPostFooter { get; set; } diff --git a/src/Moonglade.Web/Pages/Settings/Content.cshtml b/src/Moonglade.Web/Pages/Settings/Content.cshtml index 679ba6bb7..44bcb1e4d 100644 --- a/src/Moonglade.Web/Pages/Settings/Content.cshtml +++ b/src/Moonglade.Web/Pages/Settings/Content.cshtml @@ -276,6 +276,22 @@ + +