Improve topics plugin support

This commit is contained in:
lowlighter
2021-04-07 17:58:57 +02:00
parent 25c138627d
commit 29f44ea1fe
4 changed files with 19 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
This is a markdown template example which explain the basic usage of this template.
See [rendering of this file here](https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.full.md).
See [rendering of this file here](https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.full.md) and [original template source here](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.md).
## 🈂️ Templating syntax:
@@ -24,12 +24,22 @@ Most of plugins from SVG templates can be reused directly by including image sou
See [compatibility matrix](https://github.com/lowlighter/metrics#-templateplugin-compatibily-matrix) for more informations.
___
<%- await include(`partials/activity.ejs`) %>
___
<%- await include(`partials/posts.ejs`) %>
___
<%- await include(`partials/rss.ejs`) %>
___
<%- await include(`partials/tweets.ejs`) %>
___
<%- await include(`partials/topics.ejs`) %>