Add another div to separate from other content

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-03 15:09:24 +00:00
parent 672a12600f
commit e3dee9dc44

View File

@ -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<>(