Docker and Ghost CMS overhaul
This commit is contained in:
24
etc/ghost/content/themes/NEWcasper/partials/aside.hbs
Executable file
24
etc/ghost/content/themes/NEWcasper/partials/aside.hbs
Executable file
@@ -0,0 +1,24 @@
|
||||
<aside class="cover" style="background: url({{@blog.cover_image}}) center/cover no-repeat fixed">
|
||||
<div class="cover container">
|
||||
<div class="profile">
|
||||
{{#if @blog.logo}}
|
||||
<a id="avatar-link" title="link to homepage for {{@blog.title}}" href="{{@blog.url}}/#open">
|
||||
<img src="{{@blog.logo}}" alt="{{@blog.title}} avatar" class="profile avatar rounded hvr-buzz-out" />
|
||||
<h1 id="profile-title">{{@blog.title}}</h1>
|
||||
<h3 id="profile-resume"></h3>
|
||||
</a>
|
||||
{{/if}}
|
||||
|
||||
<hr class="divider long" />
|
||||
<p>{{@blog.description}}</p>
|
||||
<hr class="divider short" />
|
||||
<div class="navigation">
|
||||
<div class="profile contact">
|
||||
{{navigation}}
|
||||
{{> social}}
|
||||
{{> search }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
Reference in New Issue
Block a user