1
0
mirror of https://github.com/bitwarden/help synced 2026-01-04 09:33:43 +00:00

hosting installation articles

This commit is contained in:
Kyle Spearrin
2017-08-24 17:08:05 -04:00
parent 8e5091bde2
commit d401223a29
6 changed files with 184 additions and 2 deletions

View File

@@ -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>