Skip to content

Commit ce6a928

Browse files
committed
fix: 🐛 fix metadata variable
1 parent 6ba8667 commit ce6a928

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/includes/_badges.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!-- [![DOI]()]() -->
22
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json?raw=true)](https://github.com/copier-org/copier)
3-
[![GitHub License](https://img.shields.io/github/license/{{< meta gh.org >}}/{{< meta.repo >}})](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/blob/main/LICENSE.md)
4-
[![GitHub Release](https://img.shields.io/github/v/release/{{< meta gh.org >}}/{{< meta.repo >}})](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/releases/latest)
5-
[![Build documentation](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/actions/workflows/build-website.yml/badge.svg)](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/actions/workflows/build-website.yml)
6-
[![CodeQL](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/actions/workflows/github-code-scanning/codeql)
7-
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/{{< meta gh.org >}}/{{< meta.repo >}}/main.svg)](https://results.pre-commit.ci/latest/github/{{< meta gh.org >}}/{{< meta.repo >}}/main)
3+
[![GitHub License](https://img.shields.io/github/license/{{< meta gh.org >}}/{{< meta gh.repo >}})](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/blob/main/LICENSE.md)
4+
[![GitHub Release](https://img.shields.io/github/v/release/{{< meta gh.org >}}/{{< meta gh.repo >}})](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/releases/latest)
5+
[![Build documentation](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/actions/workflows/build-website.yml/badge.svg)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/actions/workflows/build-website.yml)
6+
[![CodeQL](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/actions/workflows/github-code-scanning/codeql)
7+
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/{{< meta gh.org >}}/{{< meta gh.repo >}}/main.svg)](https://results.pre-commit.ci/latest/github/{{< meta gh.org >}}/{{< meta gh.repo >}}/main)
88
[![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
99
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ including for developing the package.
6363
## Want to contribute?
6464

6565
We would love your feedback or contributions! Head over to our [GitHub
66-
repository](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}) to
66+
repository](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}) to
6767
share your ideas or contribute code. Your input makes us better!
6868

6969
## Licensing
7070

7171
This project is licensed under the [MIT
72-
License](https://github.com/{{< meta gh.org >}}/{{< meta.repo >}}/blob/main/LICENSE.md).
72+
License](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}/blob/main/LICENSE.md).

0 commit comments

Comments
 (0)