assets fix
This commit is contained in:
BIN
example/assets/img/logo.png
Normal file
BIN
example/assets/img/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
@@ -2,6 +2,9 @@ Webserver:
|
||||
Type: "apache" # generates .htaccess
|
||||
|
||||
Assets:
|
||||
Path: "/assets"
|
||||
DeployType: "symlink" # symlink, copy or move
|
||||
FixTemplate: True # change path in html templates, no <base> used
|
||||
FromPath: "assets"
|
||||
ToPath: "assets"
|
||||
Action: "copy" # symlink, copy or move
|
||||
FixTemplate: # change path in html templates, no <base> used
|
||||
Find: "\\.\\./assets/"
|
||||
Replace: ""
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
</meta>
|
||||
<body style="margin: 0; padding: 2;">
|
||||
<header style="background-color: lightgrey; padding: 20px;">
|
||||
<div><img src="../assets/img/logo.png" style="max-width: 80%; margin-bottom: 20px;"></div>
|
||||
<div><b>main Level 1</b></div>
|
||||
<ul>
|
||||
{{#each NavMap.de.SubMap.main.SubSlice }}
|
||||
|
||||
Reference in New Issue
Block a user