Skip to content

Commit

Permalink
Updated to Bootstrap Alpha 5.
Browse files Browse the repository at this point in the history
Other minor tweaks.
  • Loading branch information
hugoferreira committed Dec 5, 2016
1 parent 06a3c19 commit 282d0fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
<span itemprop='author'><meta name="author" content="{{ site.author }}"><span itemprop='author'></span>

<link href="/favicon.png" rel="icon">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/PT+Serif:400,400i,700,700i:f">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Code+Pro:400,600:f">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/PT+Serif:400,400i,700,700i:f/Source+Code+Pro:400,600:f">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" crossorigin="anonymous">
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">

<script type="text/javascript">
Expand Down
4 changes: 2 additions & 2 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</header>
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8 offset-md-2">
<div class="col-md-1"></div>
<div class="col-md-8 offset-md-1">
<article lang="en">
{% if page.abstract %} <b>Abstract.</b> {{ page.abstract }}<br><br>{% endif %}
{{ content }}
Expand Down
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</header>
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8 offset-md-2">
<div class="col-md-1"></div>
<div class="col-md-8 offset-md-1">
<article lang="en">
{% if page.abstract %} <b>Abstract.</b> {{ page.abstract }}<br><br>{% endif %}
{{ content }}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
</header>
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8 offset-md-2">
<div class="col-md-1"></div>
<div class="col-md-8 offset-md-1">
{% assign categories = site.categories | sort %}
{% for category in categories %}
<h3>On {{ category | first }}</h3>
Expand Down

0 comments on commit 282d0fb

Please sign in to comment.