Add features section

This commit is contained in:
lowlighter
2021-05-18 23:55:13 +02:00
parent 5627ef434d
commit 2a701caa4f
4 changed files with 17 additions and 4 deletions

View File

@@ -2,6 +2,6 @@
![Build](https://github.com/lowlighter/metrics/workflows/Build/badge.svg) [![Metrics (examples)](https://github.com/lowlighter/lowlighter/actions/workflows/metrics.yml/badge.svg)](https://github.com/lowlighter/lowlighter/actions/workflows/metrics.yml)
<% for (const partial of ["introduction", "shared", "setup", "documentation", "license", "references"]) { -%>
<% for (const partial of ["introduction", "features", "shared", "setup", "documentation", "license", "references"]) { -%>
<%- await include(`/partials/${partial}.md`) %>
<% } %>