From 22b18a42325ce262327928207b769901a94e9544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 21 Feb 2023 19:52:22 +0100 Subject: [PATCH] build: new label "device" --- .grenrc.js | 1 + exampleSite/content/dev/maintaining/_index.en.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.grenrc.js b/.grenrc.js index d7a008eca3..92e251fcec 100644 --- a/.grenrc.js +++ b/.grenrc.js @@ -18,6 +18,7 @@ module.exports = { ignoreLabels: [ "blocked", "browser", + "device", "helpwanted", "hugo", "mermaid", diff --git a/exampleSite/content/dev/maintaining/_index.en.md b/exampleSite/content/dev/maintaining/_index.en.md index c9770c540a..a1fa5ab419 100644 --- a/exampleSite/content/dev/maintaining/_index.en.md +++ b/exampleSite/content/dev/maintaining/_index.en.md @@ -89,6 +89,7 @@ If the issue is not caused by a programming error in the themes own code, you ca | Label | Description | |----------------------------------------------------|-------------------------------------------------------------| | {{% badge color="#e550a7" %}}browser{{% /badge %}} | This is a topic related to the browser but not the theme | +| {{% badge color="#e550a7" %}}device{{% /badge %}} | This is a topic related to a certain device | | {{% badge color="#e550a7" %}}hugo{{% /badge %}} | This is a topic related to Hugo itself but not the theme | | {{% badge color="#e550a7" %}}mermaid{{% /badge %}} | This is a topic related to Mermaid itself but not the theme |