-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CSS and JS in CleanBlog theme #15
Updated SolidState theme
- Loading branch information
1 parent
cc14b42
commit 285b4b7
Showing
69 changed files
with
14,638 additions
and
3,274 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
<div class="inner"> | ||
<section> | ||
@if (Context.String(BlogKeys.RssPath) != null && Context.String(BlogKeys.AtomPath) != null) { | ||
<h2>Feeds</h2> | ||
<h2>Follow</h2> | ||
<ul class="actions"> | ||
@if (Context.String(BlogKeys.RssPath) != null) { | ||
<li><a href="@Context.GetLink(Context.String(BlogKeys.RssPath))" class="button small"><i class="fa fa-rss"></i> RSS Feed</a></li> | ||
<li><a href="@Context.GetLink(Context.String(BlogKeys.RssPath))" class="button icon solid fa-rss"><span class="label"> RSS Feed</span></a></li> | ||
} | ||
@if (Context.String(BlogKeys.AtomPath) != null) { | ||
<li><a href="@Context.GetLink(Context.String(BlogKeys.AtomPath))" class="button small"><i class="fa fa-rss"></i> Atom Feed</a></li> | ||
<li><a href="@Context.GetLink(Context.String(BlogKeys.AtomPath))" class="button icon solid fa-rss"><span class="label">Atom Feed</span></a></li> | ||
} | ||
</ul> | ||
} | ||
</section> | ||
<section> | ||
</section> | ||
<ul class="copyright"> | ||
<li>Copyright © @DateTime.Now.Year</li> | ||
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li> | ||
<li><a href="https://wyam.io">Generated by Wyam</a></li> | ||
<li><a href="https://wyam2.github.io">Generated by Wyam2</a></li> | ||
</ul> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<section id="banner"> | ||
<div class="inner"> | ||
<h2>@Model.WithoutSettings.String(BlogKeys.Title)</h2> | ||
<p>@Model.WithoutSettings.String(BlogKeys.Description)</p> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.