Use HTML and CSS we just created.
This commit is contained in:
parent
24ed3e6e41
commit
228d2c4c44
|
@ -10,6 +10,7 @@
|
|||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
|
||||
<link rel="stylesheet" href="/css/screen.css">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
{% include anchor_links.html %}
|
||||
<!--[if lt IE 9]>
|
||||
<script src="/js/html5shiv.min.js"></script>
|
||||
<script src="/js/respond.min.js"></script>
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
* $pygments.css *
|
||||
\* */
|
||||
{% include css/pygments.css %}
|
||||
/* *\
|
||||
* $font-awesome.css *
|
||||
\* */
|
||||
{% include css/font-awesome.css %}
|
||||
{% endcapture %}
|
||||
|
||||
{% if site.GH_ENV %}
|
||||
|
|
Loading…
Reference in New Issue