Skip to content
Snippets Groups Projects
Verified Commit 4d25a826 authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Make categories of posts visible on the frontpage

This also renames the category of the diagrams post in order to be in
line with the other tutorials.
parent 1dccc64c
No related branches found
No related tags found
1 merge request!251Make categories of posts visible on the frontpage
......@@ -25,6 +25,10 @@ post: The post which sould be displayed on the card
<i class="fas fa-calendar-day" aria-hidden="true"></i>
{{ include.post.date | date: "%d.&thinsp;%b.&thinsp;%y" }}
</span>
<span class="badge badge-dark">
<i class="fas fa-tag" aria-hidden="true"></i>
{{ include.post.categories.first | capitalize }}
</span>
</div>
<div class="card-text">
<a href="{{ include.post.url | relative_url }}" class="stretched-link">
......
......@@ -7,7 +7,9 @@ authors:
- jandt
layout: blogpost
categories:
- tutorials
- tutorial
redirect_from:
- tutorials/2021/06/02/easy-diagram-creation-in-gitlab.html
excerpt: >
Recently, the Helmholtz-wide software development platform (<a href="https://gitlab.hzdr.de">Gitlab</a>) has been extended
with the ability to create diagrams from textual descriptions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment