From 9d44c8d02ce740d4c0f12b65bc54904a270df6da Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sun, 29 Oct 2023 20:13:07 -0700 Subject: [PATCH] Add badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 74df64b..5c376db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Salix +[![Go Reference](https://pkg.go.dev/badge/go.elara.ws/salix.svg)](https://pkg.go.dev/go.elara.ws/salix) +[![Go Report Card](https://goreportcard.com/badge/go.elara.ws/salix)](https://goreportcard.com/report/go.elara.ws/salix) + Salix (pronounced *say-lix*) is a Go templating engine inspired by [Leaf](https://github.com/vapor/leaf). Salix's syntax is similar to Leaf and (in my opinion at least), it's much more fun to write than the Go template syntax. If you like this project, please star the repo. I hope you enjoy! :)