added var staticpath to templates to allow JS/CSS files to be reached with running on --local or archive
parent
72e71019ea
commit
b59d8bae0e
@ -0,0 +1,8 @@
|
||||
body {
|
||||
background-color: #aaa4a0;
|
||||
}
|
||||
|
||||
a, a:visited{
|
||||
color:black;
|
||||
text-decoration: underline;
|
||||
}
|
Loading…
Reference in New Issue