Skip to content

Commit

Permalink
Updated help docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJGabriel committed Nov 17, 2023
1 parent 5ce2dc2 commit 901e8fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/_includes/templates/new/help/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h2 class="leading-relaxed font-sans font-display font-bold text-black text-2xl
<a href="{{ guide.url }}" class="{{ custom_classes }}" aria-current="{{ aria_current }}" title="{{ guide.data.cardTitle }}">{{ guide.data.cardTitle }}</a>

{% if guide.data.updated == true %}
<div class="badge badge-primary">New</div>
<div class="badge badge-primary ml-2">New</div>
{% endif %}
</li>
{%- endfor -%}
Expand All @@ -311,7 +311,7 @@ <h2 class="leading-relaxed font-sans font-display font-bold text-black text-2xl
<a href="{{ guide.url }}" class="{{ custom_classes }}" aria-current="{{ aria_current }}" title="{{ guide.data.cardTitle }}">{{ guide.data.cardTitle }}</a>

{% if guide.data.updated == true %}
<div class="badge badge-primary">New</div>
<div class="badge badge-primary ml-2">New</div>
{% endif %}
</li>
{%- endfor -%}
Expand All @@ -333,7 +333,7 @@ <h2 class="leading-relaxed font-sans font-display font-bold text-black text-2xl
<li>
<a href="{{ features.url }}" class="{{ custom_classes }}" aria-current="{{ aria_current }}" title="{{ features.data.cardTitle }}">{{ features.data.cardTitle }}</a>
{% if features.data.updated == true %}
<div class="badge badge-primary">New</div>
<div class="badge badge-primary ml-2">New</div>
{% endif %}
</li>
{%- endfor -%}
Expand All @@ -352,7 +352,7 @@ <h2 class="leading-relaxed font-sans font-display font-bold text-black text-2xl
<li>
<a href="{{ apps.url }}" class="{{ custom_classes }}" aria-current="{{ aria_current }}" title="{{ apps.data.cardTitle }}">{{ apps.data.cardTitle }}</a>
{% if apps.data.updated == true %}
<div class="badge badge-primary">New</div>
<div class="badge badge-primary ml-2">New</div>
{% endif %}
</li>
{%- endfor -%}
Expand All @@ -371,7 +371,7 @@ <h2 class="leading-relaxed font-sans font-display font-bold text-black text-2xl
<li>
<a href="{{ apps.url }}" class="{{ custom_classes }}" aria-current="{{ aria_current }}" title="{{ apps.data.cardTitle }}">{{ apps.data.cardTitle }}</a>
{% if apps.data.updated == true %}
<div class="badge badge-primary">New</div>
<div class="badge badge-primary ml-2">New</div>
{% endif %}
</li>
{%- endfor -%}
Expand All @@ -390,7 +390,7 @@ <h2 class="leading-relaxed font-sans font-display font-bold text-black text-2xl
<li>
<a href="{{ account.url }}" class="{{ custom_classes }}" aria-current="{{ aria_current }}" title="{{ account.data.cardTitle }}">{{ account.data.cardTitle }}</a>
{% if account.data.updated == true %}
<div class="badge badge-primary">New</div>
<div class="badge badge-primary ml-2">New</div>
{% endif %}
</li>
{%- endfor -%}
Expand All @@ -409,7 +409,7 @@ <h2 class="leading-relaxed font-sans font-display font-bold text-black text-2xl
<li>
<a href="{{ account.url }}" class="{{ custom_classes }}" aria-current="{{ aria_current }}" title="{{ account.data.cardTitle }}">{{ account.data.cardTitle }}</a>
{% if account.data.updated == true %}
<div class="badge badge-primary">New</div>
<div class="badge badge-primary ml-2">New</div>
{% endif %}
</li>
{%- endfor -%}
Expand All @@ -429,7 +429,7 @@ <h2 class="leading-relaxed font-sans font-display font-bold text-black text-2xl
<a href="{{ account.url }}" class="{{ custom_classes }}" aria-current="{{ aria_current }}" title="{{ account.data.cardTitle }}">{{ account.data.cardTitle }}</a>

{% if account.data.updated == true %}
<div class="badge badge-primary">New</div>
<div class="badge badge-primary ml-2">New</div>
{% endif %}
</li>
{%- endfor -%}
Expand Down

0 comments on commit 901e8fd

Please sign in to comment.