Merge pull request #64 from acburdine/internal-tags-followup

internal-tags style followup
This commit is contained in:
Kevin Ansfield 2016-06-13 17:37:12 +01:00 committed by GitHub
commit b900b2a940
3 changed files with 11 additions and 4 deletions

View File

@ -64,6 +64,11 @@
line-height: 18px;
}
.content-list .entry-meta .internal-tags-list {
margin-top: 5px;
line-height: 22px;
}
.content-list .avatar {
position: relative;
float: left;

View File

@ -33,9 +33,11 @@
{{/if}}
</span>
{{#if feature.internalTags}}
{{#each post.internalTags as |tag|}}
<span class="label label-default">{{tag.name}}</span>
{{/each}}
<div class="internal-tags-list">
{{#each post.internalTags as |tag|}}
<span class="label label-default">{{tag.name}}</span>
{{/each}}
</div>
{{/if}}
</section>
{{/link-to}}

View File

@ -54,7 +54,7 @@
Subscribers - Collect email addresses from your readers, more info in <a href="http://support.ghost.org/subscribers-beta/">the docs</a>
{{/gh-feature-flag}}
{{#gh-feature-flag "internalTags"}}
Internal Tags - tags which don't show up in your theme. more info in <a href="http://support.ghost.org/internal-tags-beta/">the docs</a>.
Internal Tags - tags which don't show up in your theme, more info in <a href="http://support.ghost.org/internal-tags-beta/">the docs</a>.
{{/gh-feature-flag}}
</div>
</fieldset>