mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +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>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
|
||||
<title>{% if page.title %} {{ page.title }} | {% endif %}bitwarden</title>
|
||||
<title>{% if page.title %}{{page.title}} | {% endif %}bitwarden Help & Support</title>
|
||||
|
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
|
||||
<meta name="x-stylesheet-test-bs" content="" class="invisible" />
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic%7CLato:400,700,400italic" rel="stylesheet" type="text/css">
|
||||
<link href="/css/styles.css" rel="stylesheet" type="text/css">
|
||||
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
@@ -51,7 +51,7 @@
|
||||
{{content}}
|
||||
|
||||
<footer class="text-center">
|
||||
© Copyright 2015 - {{ 'now' | date: "%Y" }}, 8bit Solutions LLC
|
||||
© Copyright 2015 - {{'now' | date: "%Y"}}, 8bit Solutions LLC
|
||||
</footer>
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user