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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user