summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-27 09:00:15 +0100
committerMartin Fischer <martin@push-f.com>2021-11-27 12:39:50 +0100
commit6bf08656882fa4c3fc6fe799cc0499d244e6ca5f (patch)
tree923241f16a6e5c89ba4228cb72bf03d97f4eb0d6
parent3268c0c89847cc9fa1eccdcd7eeef1731f3d9a23 (diff)
html: replace implementation with impl
-rwxr-xr-xbuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.py b/build.py
index 951f55d..277ea1d 100755
--- a/build.py
+++ b/build.py
@@ -67,6 +67,7 @@ def write_features(f, feature_data):
if data['title'].startswith('the '):
data['title'] = data['title'][len('the '):]
+ data['title'] = data['title'].replace('implementation', 'impl')
if key in features:
data['title'] = data['flag'].replace('_', ' ')