Move the stylesheet of chess board into directory 'assets'.
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
{% stylesheet theme %}
|
||||
|
||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
|
@@ -2,6 +2,8 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/pgn4web.css">
|
||||
|
||||
<div class="col-xs-12 col-sm-10 col-sm-offset-1">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{{ content }}
|
||||
|
Reference in New Issue
Block a user