summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2018-12-31 22:41:44 +0100
committerJoop Kiefte <ikojba@gmail.com>2018-12-31 22:41:44 +0100
commit6274d11f90365f8ba7077838582ceb9570189fc5 (patch)
treea2cde6aa40261789d9e85c5bd24e9d5a8e530459 /rules
parent17e35aa8dbc5ddb5e3542a57f14dd16627d37d64 (diff)
Add frontpage support to lex
Diffstat (limited to 'rules')
-rw-r--r--rules/rules.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/rules.go b/rules/rules.go
index cd8e890..45e5b56 100644
--- a/rules/rules.go
+++ b/rules/rules.go
@@ -64,4 +64,12 @@ var Default = Set{
Left: 1.5,
Width: 6,
},
+ "title": {
+ Left: 3.6,
+ Width: 4,
+ },
+ "meta": {
+ Left: 1.5,
+ Width: 3,
+ },
}