mirror of https://github.com/docker/docs.git
jekyll(assets): move style scss to assets folder
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
33785a9064
commit
189d8abe48
|
@ -89,7 +89,7 @@
|
|||
|
||||
<link rel="stylesheet" href="/assets/fontawesome/css/all.min.css">
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/style.css" id="pagestyle">
|
||||
<link rel="stylesheet" href="/assets/css/style.css" id="pagestyle">
|
||||
|
||||
<!-- SEO stuff -->
|
||||
<meta name="twitter:title" itemprop="title name" content="{{ page.title | default: page_title }}"/>
|
||||
|
|
Loading…
Reference in New Issue