Skip to content

Commit

Permalink
Display community stability-level
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Mesnil <[email protected]>
  • Loading branch information
jmesnil committed Oct 4, 2024
1 parent afd7f2e commit 10fb051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/index-categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 id="{{ cat.id }}">{{ cat.name }} <small>[{{ cat.id }}]</small></a></h2>
<ul>
{% if page.categories contains cat.id %}
<li><a href="{{ site.baseurl }}{{ page.url }}">
{% if page.stability-level != "default" or page.stability-level != "community" %}
{% if page.stability-level != "default" %}
[{{ page.stability-level }}]&nbsp;
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion _layouts/proposal.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="post-page grid-wrapper">
<div class="grid__item width-10-12">
<h1 class="title">
{% if page.stability-level != "default" or page.stability-level != "community" %}
{% if page.stability-level != "default" %}
[{{ page.stability-level }}]&nbsp;
{% endif %}
{{page.title}}
Expand Down

0 comments on commit 10fb051

Please sign in to comment.