diff --git a/themes/Blog/CleanBlog/_Archive.cshtml b/themes/Blog/CleanBlog/_Archive.cshtml index 79f6137b..b20c6b16 100644 --- a/themes/Blog/CleanBlog/_Archive.cshtml +++ b/themes/Blog/CleanBlog/_Archive.cshtml @@ -12,22 +12,36 @@ Title: Archive .OrderByDescending(x => x.Key)) {

@group.Key

-
+
@Html.Partial("_PostList", group); } - + } \ No newline at end of file diff --git a/themes/Blog/CleanBlog/_Footer.cshtml b/themes/Blog/CleanBlog/_Footer.cshtml index f07a620b..a95e08aa 100644 --- a/themes/Blog/CleanBlog/_Footer.cshtml +++ b/themes/Blog/CleanBlog/_Footer.cshtml @@ -1,19 +1,39 @@ -
-
-
-
+
+
+ +
+
    +
  • +
    + Copyright © @DateTime.Now.Year +
    +
  • +
+ +
+ + +
+
    +
  • @if (Context.String(BlogKeys.RssPath) != null) { - RSS Feed + + + } - @(Context.String(BlogKeys.RssPath) != null && Context.String(BlogKeys.AtomPath) != null ? "|" : "") - @if (Context.String(BlogKeys.AtomPath) != null) { - Atom Feed +
  • +
  • + @if (Context.String(BlogKeys.AtomPath) != null) { + + + } -
    - Generated by Wyam -

    -
+ + +
-
+
+ diff --git a/themes/Blog/CleanBlog/_Head.cshtml b/themes/Blog/CleanBlog/_Head.cshtml index 8b137891..e69de29b 100644 --- a/themes/Blog/CleanBlog/_Head.cshtml +++ b/themes/Blog/CleanBlog/_Head.cshtml @@ -1 +0,0 @@ - diff --git a/themes/Blog/CleanBlog/_Header.cshtml b/themes/Blog/CleanBlog/_Header.cshtml index 8429524c..edf6f93d 100644 --- a/themes/Blog/CleanBlog/_Header.cshtml +++ b/themes/Blog/CleanBlog/_Header.cshtml @@ -1,3 +1,4 @@

@Model.WithoutSettings.String(BlogKeys.Title)

+ @Model.WithoutSettings.String(BlogKeys.Description)
\ No newline at end of file diff --git a/themes/Blog/CleanBlog/_Index.cshtml b/themes/Blog/CleanBlog/_Index.cshtml index c124bf99..4f4a893e 100644 --- a/themes/Blog/CleanBlog/_Index.cshtml +++ b/themes/Blog/CleanBlog/_Index.cshtml @@ -34,23 +34,37 @@
} } - +