diff options
| author | Camil Staps | 2021-08-02 16:17:05 +0200 | 
|---|---|---|
| committer | Camil Staps | 2021-08-02 16:17:05 +0200 | 
| commit | d8289ad28290bd3081d6cf64a3bc5c25e65c718c (patch) | |
| tree | a2f70ed2c5c85c484b99988b0cd25ce38be1b48c /resources/pug/finals/articles | |
| parent | Add extra info about type search (diff) | |
Update Cloogle article date
Diffstat (limited to 'resources/pug/finals/articles')
| -rw-r--r-- | resources/pug/finals/articles/2021-08-02-cloogle-search-overview.pug (renamed from resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug) | 6 | ||||
| -rw-r--r-- | resources/pug/finals/articles/index.pug | 4 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug b/resources/pug/finals/articles/2021-08-02-cloogle-search-overview.pug index 859f11c..416b075 100644 --- a/resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug +++ b/resources/pug/finals/articles/2021-08-02-cloogle-search-overview.pug @@ -4,7 +4,7 @@ block prepend title  	| Cloogle search overview -   block prepend menu -	- var page = '2021-07-26-cloogle-search-overview' +	- var page = '2021-08-02-cloogle-search-overview'  block append breadcrumbs  	+breadcrumb('Cloogle search overview') @@ -12,7 +12,7 @@ block append breadcrumbs  block subtitle  	| Cloogle search overview  block subtitleDate -	| 26 July 2021 +	| 2 August 2021  block page -	include:markdown ../../../md/2021-07-26-cloogle-search-overview.md +	include:markdown ../../../md/2021-08-02-cloogle-search-overview.md diff --git a/resources/pug/finals/articles/index.pug b/resources/pug/finals/articles/index.pug index 3a5264c..b9fcfff 100644 --- a/resources/pug/finals/articles/index.pug +++ b/resources/pug/finals/articles/index.pug @@ -15,8 +15,8 @@ block page  		| You can also go back to my #[a(href='/') home page].  	h1 -		a(href='2021-07-26-cloogle-search-overview.html'). -			26 July 2021: Cloogle search overview +		a(href='2021-08-02-cloogle-search-overview.html'). +			2 August 2021: Cloogle search overview  	blockquote.  		Cloogle is a search engine for the pure, functional programming language Clean, similar to Hoogle for Haskell.  		In this post I go through the design of the search backend and make a comparison with that of Hoogle 5. | 
