Regenerate public

This commit is contained in:
2018-01-13 12:12:31 +02:00
parent 2d3b9ba5c8
commit 0f405c54d8
40 changed files with 351 additions and 47 deletions

View File

@ -94,7 +94,7 @@ In this case the select query was showing 95 results before the update
<title>July, 2016 | CGSpace Notes</title>
<!-- combined, minified CSS -->
<link href="https://alanorth.github.io/cgspace-notes/css/style.css" rel="stylesheet" integrity="sha384-O8wjsnz02XiyrPxnhfF6AVOv6YLBaEGRCnVF&#43;DL3gCPBy9cieyHcpixIrVyD2JS5" crossorigin="anonymous">
<link href="https://alanorth.github.io/cgspace-notes/css/style.css" rel="stylesheet" integrity="sha384-UajcgyCkTRMsk9Cp3QtZlbZhbw92bDlC8dFxE4Y8&#43;qJ1OFZeNETla8sXTn83xibY" crossorigin="anonymous">
@ -108,6 +108,7 @@ In this case the select query was showing 95 results before the update
<body>
<div class="blog-masthead">
<div class="container">
<nav class="nav blog-nav">
@ -117,14 +118,18 @@ In this case the select query was showing 95 results before the update
</nav>
</div>
</div>
<header class="blog-header">
<div class="container">
<h1 class="blog-title"><a href="https://alanorth.github.io/cgspace-notes/" rel="home">CGSpace Notes</a></h1>
<p class="lead blog-description">Documenting day-to-day work on the <a href="https://cgspace.cgiar.org">CGSpace</a> repository.</p>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-sm-8 blog-main">
@ -442,7 +447,9 @@ discovery.index.authority.ignore-variants=true
</div> <!-- /.row -->
</div> <!-- /.container -->
<footer class="blog-footer">
<p>
@ -453,6 +460,7 @@ discovery.index.authority.ignore-variants=true
<a href="#">Back to top</a>
</p>
</footer>
</body>