diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2018-06-06 02:12:52 +0200 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-06-06 02:12:52 +0200 | 
| commit | 99a6582cd97c148686b06cf795a05a167b37645a (patch) | |
| tree | cfc0ee0388b83bebaaa8d2b918789343e7f7c813 /docs/news/index.html | |
| parent | b372baf353b693198a4d8417cf008d04f44dd14a (diff) | |
Static documentation rebuilt by pkgdown
Diffstat (limited to 'docs/news/index.html')
| -rw-r--r-- | docs/news/index.html | 38 | 
1 files changed, 25 insertions, 13 deletions
| diff --git a/docs/news/index.html b/docs/news/index.html index 78f1749..24be3d7 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -6,7 +6,7 @@  <meta http-equiv="X-UA-Compatible" content="IE=edge">  <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<title>All news • gmkin</title> +<title>Changelog • gmkin</title>  <!-- jquery -->  <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script> @@ -21,13 +21,19 @@  <!-- clipboard.js -->  <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script> +<!-- sticky kit --> +<script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script> +  <!-- pkgdown -->  <link href="../pkgdown.css" rel="stylesheet"> -<script src="../jquery.sticky-kit.min.js"></script>  <script src="../pkgdown.js"></script> -   -   -<meta property="og:title" content="All news" /> + + + +<meta property="og:title" content="Changelog" /> + + +  <!-- mathjax -->  <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> @@ -50,8 +56,12 @@          <span class="icon-bar"></span>          <span class="icon-bar"></span>        </button> -      <a class="navbar-brand" href="../index.html">gmkin</a> +      <span class="navbar-brand"> +        <a class="navbar-link" href="../index.html">gmkin</a> +        <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.6.8</span> +      </span>      </div> +      <div id="navbar" class="navbar-collapse collapse">        <ul class="nav navbar-nav">          <li> @@ -76,13 +86,14 @@    </ul>  </li>  <li> -  <a href="../news/index.html">News</a> +  <a href="../news/index.html">Changelog</a>  </li>        </ul>        <ul class="nav navbar-nav navbar-right">        </ul> +            </div><!--/.nav-collapse -->    </div><!--/.container -->  </div><!--/.navbar --> @@ -90,15 +101,13 @@        </header> -      <div class="row"> - -  <div class="col-md-9"> +<div class="row"> +  <div class="col-md-9 contents">      <div class="page-header"> -      <h1>Change log <small>All releases</small></h1> +      <h1>Changelog <small></small></h1> +            </div> -    <div class="contents"> -    </div>    </div>    <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> @@ -123,5 +132,8 @@        </footer>     </div> +   +    </body>  </html> + | 
