Add another div to separate from other content
This commit is contained in:
parent
672a12600f
commit
e3dee9dc44
@ -22,9 +22,9 @@ public class sigPlace {
|
|||||||
final static HashMap<String,String> map = new HashMap<>(Map.ofEntries(
|
final static HashMap<String,String> map = new HashMap<>(Map.ofEntries(
|
||||||
new AbstractMap.SimpleEntry<>("$SITENAME", "SigPlace"),
|
new AbstractMap.SimpleEntry<>("$SITENAME", "SigPlace"),
|
||||||
new AbstractMap.SimpleEntry<>("$SITE_BACKCOL", "#111"),
|
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<>("$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(
|
final static HashMap<String,Path> ops = new HashMap<>(Map.ofEntries(
|
||||||
new AbstractMap.SimpleEntry<>(
|
new AbstractMap.SimpleEntry<>(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user