summaryrefslogtreecommitdiffstats
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
parentVarious improvement in the content generation process (diff)
Do not use raw HTML for the titles of Coq posts
-rw-r--r--site/posts/Ltac101.v2
-rw-r--r--site/posts/MiniHTTPServer.v2
-rw-r--r--site/posts/RewritingInCoq.v2
-rw-r--r--site/posts/StronglySpecifiedFunctions.v2
-rw-r--r--site/posts/StronglySpecifiedFunctionsProgram.v2
5 files changed, 5 insertions, 5 deletions
diff --git a/site/posts/Ltac101.v b/site/posts/Ltac101.v
index 7b3c02a..f71510f 100644
--- a/site/posts/Ltac101.v
+++ b/site/posts/Ltac101.v
@@ -1,4 +1,4 @@
-(** #<h1>Ltac 101</h1>#
+(** * Ltac 101
This article has originally been published on #<span class="time">October
16, 2017</span>#. *)
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>#. *)
diff --git a/site/posts/RewritingInCoq.v b/site/posts/RewritingInCoq.v
index 390df90..9c2efaf 100644
--- a/site/posts/RewritingInCoq.v
+++ b/site/posts/RewritingInCoq.v
@@ -1,4 +1,4 @@
-(** #<h1>Rewriting in Coq</h1>#
+(** * Rewriting in Coq
This article has originally been published on #<span class="time">May 13,
2017</span>.# *)
diff --git a/site/posts/StronglySpecifiedFunctions.v b/site/posts/StronglySpecifiedFunctions.v
index 55af679..fa5df95 100644
--- a/site/posts/StronglySpecifiedFunctions.v
+++ b/site/posts/StronglySpecifiedFunctions.v
@@ -1,4 +1,4 @@
-(** #<h1>Strongly-Specified Functions in Coq, part 1: using the <code>refine</code> Tactic</h1>#
+(** * Strongly-Specified Functions in Coq, part 1: using the <<refine>> Tactic
This is the first article (initially published on #<span
class="time">January 11, 2015</span>#) of a series of two on how to write
diff --git a/site/posts/StronglySpecifiedFunctionsProgram.v b/site/posts/StronglySpecifiedFunctionsProgram.v
index 84cbedd..33200c8 100644
--- a/site/posts/StronglySpecifiedFunctionsProgram.v
+++ b/site/posts/StronglySpecifiedFunctionsProgram.v
@@ -1,4 +1,4 @@
-(** #<h1>Strongly-Specified Functions in Coq, part 2: the <code>Program</code> Framework</h1>#
+(** * Strongly-Specified Functions in Coq, part 2: the <<Program>> Framework
This is the second article (initially published on #<span
class="time">January 01, 2017</span>#) of a series of two on how to write