Correct stylesheet url in tutorial step 7 (#7210)
Merge pull request 7210
This commit is contained in:
parent
1e9cd27dc4
commit
418018a41f
|
@ -73,7 +73,7 @@ Open `_layouts/default.html` and add the stylesheet to the `<head>`:
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{ page.title }}</title>
|
<title>{{ page.title }}</title>
|
||||||
<link rel="stylesheet" href="/assets/styles.css">
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include navigation.html %}
|
{% include navigation.html %}
|
||||||
|
|
Loading…
Reference in New Issue