Updating template for v2.0.1

This commit is contained in:
Gareth Davies 2018-10-18 13:43:10 -07:00
parent 80da6531bc
commit c8b63c1c5c
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 2.0.0 RPC Docs{{if .Command}} - {{.Command.Name}}{{end}}"> <meta name="description" content="Zcash 2.0.1 RPC Docs{{if .Command}} - {{.Command.Name}}{{end}}">
<meta name="author" content=""> <meta name="author" content="">
<title>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.0 RPC Docs</title> <title>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.1 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.1 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.0 RPC</h1> <h1>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.1 RPC</h1>
{{if .Command}} {{if .Command}}
<pre>{{.Command.Description}}</pre> <pre>{{.Command.Description}}</pre>
<hr> <hr>