1
0
mirror of https://github.com/bitwarden/help synced 2026-01-03 17:13:20 +00:00

added VS solution and formatting

This commit is contained in:
Kyle Spearrin
2016-10-08 23:17:07 -04:00
parent f05e864e13
commit 55b932f464
8 changed files with 146 additions and 106 deletions

View File

@@ -5,10 +5,10 @@ layout: default
<div class="container">
<h1>{{page.title}}</h1>
<ol>
{% for article in site.articles %}
{% if article.category == page.title %}
{% for article in site.articles %}
{% if article.category == page.title %}
<li><a href="{{article.url}}">{{article.title}}</a></li>
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
</ol>
</div>