Example layout refers to wrong css path

This commit is contained in:
Stefan Hagen 2017-01-04 10:42:39 +01:00 committed by GitHub
parent e8b7b628d9
commit bd73266c5d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="/stylesheets/style.css" /> <link rel="stylesheet" href="/style.css" />
<title>{{page_title}}</title> <title>{{page_title}}</title>
</head> </head>
<body> <body>