|
|
|
@ -22,9 +22,9 @@ public class sigPlace { |
|
|
|
|
final static HashMap<String,String> map = new HashMap<>(Map.ofEntries( |
|
|
|
|
new AbstractMap.SimpleEntry<>("$SITENAME", "SigPlace"), |
|
|
|
|
new AbstractMap.SimpleEntry<>("$SITE_BACKCOL", "#111"), |
|
|
|
|
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "<h1>"), |
|
|
|
|
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "<div><h1>"), |
|
|
|
|
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_END", "</h1><div class=\"content\">"), |
|
|
|
|
new AbstractMap.SimpleEntry<>("$CONTENT_END", "</div>") |
|
|
|
|
new AbstractMap.SimpleEntry<>("$CONTENT_END", "</div></div>") |
|
|
|
|
)); |
|
|
|
|
final static HashMap<String,Path> ops = new HashMap<>(Map.ofEntries( |
|
|
|
|
new AbstractMap.SimpleEntry<>( |
|
|
|
|