diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 17:41:55 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 17:41:55 +0300 |
| commit | 4931ffc06a1742b47c55c65bfbd16f8a7adf5183 (patch) | |
| tree | 80cd9fb1df9f865eba3478efc7182b8eda4f884d /_layouts | |
| parent | 2c99e9e8d440b42fe6b63a5b0bbe8eaa0e1b07c5 (diff) | |
| download | aaoth.xyz-4931ffc06a1742b47c55c65bfbd16f8a7adf5183.tar.gz aaoth.xyz-4931ffc06a1742b47c55c65bfbd16f8a7adf5183.zip | |
fix permalinks
remove .html from url
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 2a76f76..e82a35e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title>{{ page.title }} - {{ site.title }}</title> - <link rel="stylesheet" href="assets/css/style.css"> + <link rel="stylesheet" href="/assets/css/style.css"> </head> <body> {% include navigation.html %} |
