Correct stylesheet url in tutorial step 7 (#7210)

Merge pull request 7210
This commit is contained in:
ninevra 2018-09-01 22:50:14 -07:00 committed by jekyllbot
parent 1e9cd27dc4
commit 418018a41f
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}