Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/posts.html
blob: 920cbd9effeb47d6eebdba2267b01d17b48243c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{% include header.html %}
<div class="row">
  <div class="col-md-8">
    {{ content }}
  </div>
  <div class="col-md-4">
    {% include sidebar.html %}
  </div>
</div>
{% include footer.html %}