summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-07-25 21:21:33 -0400
committerrsiddharth <s@ricketyspace.net>2020-07-25 21:21:33 -0400
commita44d5fe53e3c8f273da90c5724c8536ff7bac383 (patch)
tree4cdcca20ed0da8b70f1f997f5b294808a507c69b /bin
parent31c1305939101e1105f36dc211f496ea5bd74173 (diff)
bin/html: update PH.
* bin/html (PH): Add 'lang' placeholder.
Diffstat (limited to 'bin')
-rw-r--r--bin/html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/html b/bin/html
index d5aa145..91d59d2 100644
--- a/bin/html
+++ b/bin/html
@@ -22,6 +22,7 @@ PH = {
'author': '<!-- AUTHOR -->',
'date': '<!-- DATE -->',
'content': '<!-- MAIN-CONTENT -->',
+ 'lang': '<!-- LANG-LIST -->'
}