mirror of
https://github.com/bitwarden/help
synced 2026-01-04 09:33:43 +00:00
hosting installation articles
This commit is contained in:
@@ -25,6 +25,7 @@ title: Help Center
|
||||
</div>
|
||||
</div>
|
||||
{% for category in site.categories %}
|
||||
{% if category.hidden != true %}
|
||||
<div class="panel panel-default articles">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">
|
||||
@@ -47,6 +48,7 @@ title: Help Center
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
@@ -58,9 +60,11 @@ title: Help Center
|
||||
<div class="panel-body small">
|
||||
<ul>
|
||||
{% for category in site.categories %}
|
||||
{% if category.hidden != true %}
|
||||
<li>
|
||||
<a href="{{category.url}}">{{category.title}}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user