forked from oswaldoacauan/ghostium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7f2600
commit 770dd24
Showing
16 changed files
with
127 additions
and
51 deletions.
There are no files selected for viewing
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
4 changes: 2 additions & 2 deletions
4
assets/css/673ad9ab.main.min.css → assets/css/ca73bfca.main.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
assets/js/e427151d.head-scripts.min.js → assets/js/a03b5437.head-scripts.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 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
Empty file.
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,20 +1,46 @@ | ||
{{! Template | ||
{{! Templates | ||
Link | ||
============== | ||
<li class="drawer-list-item"> | ||
<a href="#" title="My awesome menu link"> | ||
My menu link | ||
<a href="#" title="Follow me on twitter!"> | ||
<i class="fa fa-twitter"></i> Follow me | ||
</a> | ||
</li> | ||
Divider | ||
============== | ||
<li class="drawer-list-divider"></li> | ||
Title | ||
============== | ||
<li class="drawer-list-item drawer-list-title"> | ||
Follow me | ||
</li> | ||
}} | ||
|
||
<li class="drawer-list-item"> | ||
<a href="/"> | ||
<i class="fa fa-home fa-lg fa-fw"></i>Home | ||
<a href="/" data-pjax> | ||
<i class="fa fa-home"></i>Home | ||
</a> | ||
</li> | ||
<li class="drawer-list-item"> | ||
<a href="{{@blog.url}}/rss/"> | ||
<i class="fa fa-rss fa-lg fa-fw"></i>Subscribe to Feed | ||
<i class="fa fa-rss"></i>Subscribe to Feed | ||
</a> | ||
</li> | ||
<li class="drawer-list-divider"></li> | ||
<li class="drawer-list-item drawer-list-title"> | ||
Follow me | ||
</li> | ||
<li class="drawer-list-item"> | ||
<a href="http://twitter.com" target="_blank"> | ||
<i class="fa fa-twitter"></i>Twitter | ||
</a> | ||
</li> | ||
<li class="drawer-list-item"> | ||
<a href="http://github.com" target="_blank"> | ||
<i class="fa fa-github"></i>Github | ||
</a> | ||
</li> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<footer role="contentinfo" class="footer"> | ||
<p><small>© {{date format="YYYY"}}. All Rights Reserved.</small></p> | ||
<p><small><a href="http://ghostium.oswaldoacauan.com/" target="_blank">Ghostium Theme</a> by <a href="http://twitter.com/oswaldoacauan" target="_blank">@oswaldoacauan</a></small></p> | ||
<p><small>Proudly published with <a href="http://oswaldoacauan.com" target="_blank">Ghost</a></small></p> | ||
<p><small>Proudly published with <a href="http://ghost.org" target="_blank">Ghost</a></small></p> | ||
</footer> |
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
Oops, something went wrong.