mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Merge pull request #64 from acburdine/internal-tags-followup
internal-tags style followup
This commit is contained in:
commit
b900b2a940
@ -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;
|
||||
|
@ -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}}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user