1
0
mirror of https://github.com/danog/liquid.git synced 2025-01-22 23:21:15 +01:00

Add status badges to the README

This commit is contained in:
Oliver Steele 2017-06-26 10:16:25 -04:00
parent 8e673ac275
commit 465a681fe8

View File

@ -1,8 +1,10 @@
# Go Liquid Template Parser
`goliquid` is a Go implementation of the [Shopify Liquid template language](https://shopify.github.io/liquid/tags/variable/), for use in [Gojekyll](https://github.com/osteele/gojekyll).
`goliquid` is a very early-stage Go implementation of the [Shopify Liquid template language](https://shopify.github.io/liquid/tags/variable/), for use in [Gojekyll](https://github.com/osteele/gojekyll).
## Status
[![Build Status](https://travis-ci.org/osteele/liquid.svg?branch=master)](https://travis-ci.org/osteele/liquid)
[![Go Report Card](https://goreportcard.com/badge/github.com/osteele/liquid)](https://goreportcard.com/report/github.com/osteele/liquid)
- [ ] Basics
- [ ] Constants