From 9d8fc208f7936221c0606501c90d0ed5bad587b7 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Wed, 19 Feb 2020 16:41:12 +0100 Subject: Do not use raw HTML for the titles of Coq posts --- site/posts/Ltac101.v | 2 +- site/posts/MiniHTTPServer.v | 2 +- site/posts/RewritingInCoq.v | 2 +- site/posts/StronglySpecifiedFunctions.v | 2 +- site/posts/StronglySpecifiedFunctionsProgram.v | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'site/posts') 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 @@ -(** #

Ltac 101

# +(** * Ltac 101 This article has originally been published on #October 16, 2017#. *) 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 @@ -(** #

Implementing and Certifying a Web Server in Coq

# *) +(** * Implementing and Certifying a Web Server in Coq *) (** This article has originally been published on #February 02, 2020#. *) 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 @@ -(** #

Rewriting in Coq

# +(** * Rewriting in Coq This article has originally been published on #May 13, 2017.# *) 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 @@ -(** #

Strongly-Specified Functions in Coq, part 1: using the refine Tactic

# +(** * Strongly-Specified Functions in Coq, part 1: using the <> Tactic This is the first article (initially published on #January 11, 2015#) 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 @@ -(** #

Strongly-Specified Functions in Coq, part 2: the Program Framework

# +(** * Strongly-Specified Functions in Coq, part 2: the <> Framework This is the second article (initially published on #January 01, 2017#) of a series of two on how to write -- cgit v1.2.3