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>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!--#include virtual="/vigilio/_include/head.html" -->
|
||||
<!--#include virtual="/_include/head.html" -->
|
||||
<title>vigilio — trentuna</title>
|
||||
</head>
|
||||
<body>
|
||||
<!--#include virtual="/vigilio/_include/nav.html" -->
|
||||
<!--#include virtual="/_include/nav.html" -->
|
||||
|
||||
<main>
|
||||
<hgroup>
|
||||
|
|
@ -106,6 +106,6 @@
|
|||
</blockquote>
|
||||
</main>
|
||||
|
||||
<!--#include virtual="/vigilio/_include/footer.html" -->
|
||||
<!--#include virtual="/_include/footer.html" -->
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue