summaryrefslogtreecommitdiffstats
path: root/site/posts/MiniHTTPServer.v
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-19 16:41:12 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-19 16:41:12 +0100
commit9d8fc208f7936221c0606501c90d0ed5bad587b7 (patch)
treefa21936b2effa796d32732b8225f94ac2598a9d4 /site/posts/MiniHTTPServer.v
parentVarious improvement in the content generation process (diff)
Do not use raw HTML for the titles of Coq posts
Diffstat (limited to 'site/posts/MiniHTTPServer.v')
-rw-r--r--site/posts/MiniHTTPServer.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/posts/MiniHTTPServer.v b/site/posts/MiniHTTPServer.v
index e944075..79d6dc1 100644
--- a/site/posts/MiniHTTPServer.v
+++ b/site/posts/MiniHTTPServer.v
@@ -1,4 +1,4 @@
-(** #<h1>Implementing and Certifying a Web Server in Coq</h1># *)
+(** * Implementing and Certifying a Web Server in Coq *)
(** This article has originally been published on #<span class="time">February
02, 2020</span>#. *)