From 7e93c530bde69b4eb971dc400063d2e96a88306e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se>
Date: Thu, 10 Dec 2020 23:50:58 +0100
Subject: mht: Add Da element (date created)

---
 mht | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mht b/mht
index 2e75d44..105423b 100755
--- a/mht
+++ b/mht
@@ -45,6 +45,7 @@ my %inels = (
 	Cd_2 => '<code>\\$1</code>\\$2',
 	Cd_3 => '\\$3<code>\\$1</code>\\$2',
 	Cs_1 => '<meta http-equiv="Content-Type" content="text/html; charset=\\$1"/>',
+	Da_0 => '<meta name="created" content="\\$1"/>',
 	Em_1 => '<em>\\$1</em>',
 	Em_2 => '<em>\\$1</em>\\$2',
 	Em_3 => '\\$3<em>\\$1</em>\\$2',
-- 
cgit v1.2.3