Skip to content
Snippets Groups Projects
Forked from Verified Software / psvg.doc.ic.ac.uk
1322 commits behind the upstream repository.
home.html 636 B
---
layout: default
---
<div class="jumbotron">
  <div class="lead">
    {{ content }}
  </div>
  <a class="btn btn-primary btn-lg" href="{{ site.pages | where:'title','Research' | map:'url' }}">Our Research</a>
</div>


<div class="row">
  <div class="col-sm-6">
    <h2>News</h2>
      {% for post in site.posts %}
      <h3 class="blog-post-title"><a href="{{ post.url }}">{{ post.title }}</a></h3>
      <p class="blog-post-meta">{{ post.date | date: "%b %-d, %Y" }}</p>
      {{ post.excerpt}}
      {% endfor %}
    </div>

  <div class="col-sm-6">
    <h2>Recent Publications</h2>
    {% bibliography --max 5 %}
  </div>
</div>