Skip to content

Instantly share code, notes, and snippets.

@Reedyn
Created June 21, 2015 07:27
Show Gist options
  • Save Reedyn/cfdcc8866c229c4d98b4 to your computer and use it in GitHub Desktop.
Save Reedyn/cfdcc8866c229c4d98b4 to your computer and use it in GitHub Desktop.
Fix for posts not displaying properly in Author's feed
{{!< default}}
<header id="header" class="animated fadeIn"{{#if author.cover}} style="background-image: url({{author.cover}})"{{/if}}>
<div class="header-background">
<section class="blog-content">
<a class="blog-title" id="site-url" href="{{@blog.url}}">{{@blog.title}}</a>
<span class="blog-description">{{@blog.description}}</span>
{{> links}}
</section>
<section class="header-content">
<h1 class="post-title animated fadeInUp">{{author.name}}</h1>
<span class="post-data animated fadeInUp">{{author.bio}}</span>
</section>
</div>
</header>
<main id="main" class="archive">
{{> loop}}
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment