fix: SSI includes /_include/ (no /vigilio/ prefix)
Vigilio now on own nginx server block :8045. Resolves /_include/ from its own root cleanly.
This commit is contained in:
parent
2686bb023f
commit
49b7693f58
1 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!--#include virtual="/vigilio/_include/head.html" -->
|
<!--#include virtual="/_include/head.html" -->
|
||||||
<title>vigilio — trentuna</title>
|
<title>vigilio — trentuna</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!--#include virtual="/vigilio/_include/nav.html" -->
|
<!--#include virtual="/_include/nav.html" -->
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<hgroup>
|
<hgroup>
|
||||||
|
|
@ -106,6 +106,6 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<!--#include virtual="/vigilio/_include/footer.html" -->
|
<!--#include virtual="/_include/footer.html" -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue