Skip to content

Commit 5608953

Browse files
committed
Remove the empty subtitle attributes and if not present use the abstract of the content.
Signed-off-by: James R. Perkins <jperkins@ibm.com>
1 parent 610a00d commit 5608953

104 files changed

Lines changed: 2 additions & 103 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/blogs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<h3 class="card-title post-title">{post.title}</h3>
1717
{#if post.data.containsKey('subtitle')}
1818
<h5 class="post-subtitle text-muted">{post.data.subtitle}</h5>
19+
{#else}
20+
<h5 class="post-subtitle text-muted">{post.contentAbstract}</h5>
1921
{/if}
2022
</a>
2123
<div class="post-meta">

content/posts/2016-09-13-new-resteasy-blog.md

Lines changed: 0 additions & 1 deletion

content/posts/2016-09-13-on-the-road-to-resteasy-310-release.md

Lines changed: 0 additions & 1 deletion

content/posts/2016-10-03-resteasy-310cr1-is-out.md

Lines changed: 0 additions & 1 deletion

content/posts/2016-10-05-resteasy-310cr2-is-out.md

Lines changed: 0 additions & 1 deletion

content/posts/2016-11-05-yet-another-resteasy-310-candidate-release.md

Lines changed: 0 additions & 1 deletion

content/posts/2016-12-14-resteasy-310final-is-out.md

Lines changed: 0 additions & 1 deletion

content/posts/2017-02-27-resteasy-311final-is-out.md

Lines changed: 0 additions & 1 deletion

content/posts/2017-03-31-resteasy-312final-and-3022final-are-out.md

Lines changed: 0 additions & 1 deletion

content/posts/2017-07-26-summer-releases-and-now-on-jax-rs-21.md

Lines changed: 0 additions & 1 deletion

0 commit comments

Comments
 (0)