From 50c11a63e2e2d7cd59dfee1675913cff683c726f Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Sat, 24 Aug 2024 18:28:58 +0200 Subject: [PATCH] Add Hackage badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f14e20..7c81489 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Glabrous ![CI](https://github.com/MichelBoucey/glabrous/actions/workflows/haskell-ci.yml/badge.svg) +# Glabrous ![CI](https://github.com/MichelBoucey/glabrous/actions/workflows/haskell-ci.yml/badge.svg) [![Hackage](https://img.shields.io/hackage/v/glabrous.svg)](https://hackage.haskell.org/package/glabrous) Glabrous is a minimalistic Mustache-like syntax - using only the simplest Mustache tag: {{name}} -, truly logic-less, HTML agnostic pure Text template DSL library.