Skip to content

Commit 217472f

Browse files
authored
Use {{% tag for Markdown shortcode (#85)
`crosswalk` and `properties-description` are shortcodes defined in Markdown format (see: layouts/shortcodes ), so we need to use `{{% .. %}}` tag or Hugo will complain about "no compatible template found for shortcode". Tested with Hugo v0.152.0 (latest, as of 30 Oct 2025) and v0.108.0 (as used in current CI).
1 parent b59c969 commit 217472f

File tree

22 files changed

+27
-27
lines changed

22 files changed

+27
-27
lines changed

content/crosswalk/R.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ date: "2017-06-01"
66

77
The following table displays the crosswalk mapping of terms from the R package DESCRIPTION file to CodeMeta properties.
88

9-
{{< crosswalk name="R Package Description" >}}
9+
{{% crosswalk name="R Package Description" %}}

content/crosswalk/cargo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The `Cargo.toml` file for each package is called its manifest. Cargo uses the me
1010

1111
The manifest format is described in [the Cargo Book](https://doc.rust-lang.org/cargo/reference/manifest.html).
1212

13-
{{< crosswalk name="Rust Package Manager" >}}
13+
{{% crosswalk name="Rust Package Manager" %}}

content/crosswalk/datacite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ date: "2017-06-01"
66

77
[DataCite](https://datacite.org/) metadata is a standardized set of schema used when registering a DOI to ensure research outputs are findable, citable, and connected within the global scholarly ecosystem.
88

9-
{{< crosswalk name="DataCite" >}}
9+
{{% crosswalk name="DataCite" %}}

content/crosswalk/dcat-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Data Catalog Vocabulary (DCAT) is an RDF vocabulary designed to facilitate inter
1010
but DCAT 3 does not make DCAT 2 obsolete.
1111
DCAT 3 terms preserve backward compatibility with DCAT 2.
1212

13-
{{< crosswalk name="DCAT-2" >}}
13+
{{% crosswalk name="DCAT-2" %}}
1414

1515
See crosswalk for [DCAT 3](dcat-3).

content/crosswalk/dcat-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Data Catalog Vocabulary (DCAT) is an RDF vocabulary designed to facilitate inter
1010
DCAT 3 supersedes DCAT 2, but DCAT 3 does not make DCAT 2 obsolete.
1111
DCAT 3 terms preserve backward compatibility with DCAT 2.
1212

13-
{{< crosswalk name="DCAT-3" >}}
13+
{{% crosswalk name="DCAT-3" %}}
1414

1515
See crosswalk for [DCAT 2](dcat-2).

content/crosswalk/debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ date: "2017-06-01"
66

77
The [Debian package system](https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_archive_meta_data) defines archive metadata that is used by the popular [`apt`](https://wiki.debian.org/Apt) package management system on Debian and Ubuntu Linux distributions.
88

9-
{{< crosswalk name="Debian Package" >}}
9+
{{% crosswalk name="Debian Package" %}}

content/crosswalk/doap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ date: "2017-06-01"
66

77
[DOAP](https://github.com/ewilderj/doap) (Description of a Project) is an XML/RDF vocabulary to describe software projects, and in particular open source projects.
88

9-
{{< crosswalk name="DOAP" >}}
9+
{{% crosswalk name="DOAP" %}}

content/crosswalk/dublincore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ image: "/img/dcmi.png"
55

66
[Dublin Core](https://www.dublincore.org/) vocabulary (or the Dublin Core Metadata Terms - DCMT) is a widely used, general-purpose metadata vocabulary for describing any type of resource.
77

8-
{{< crosswalk name="Dublin Core" >}}
8+
{{% crosswalk name="Dublin Core" %}}

content/crosswalk/figshare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ image: "/img/figshare.jpg"
55

66
[figshare](https://figshare.com) is a general purpose scientific data repository that provides [DataCite](https://datacite.org/) DOIs.
77

8-
{{< crosswalk name="Figshare" >}}
8+
{{% crosswalk name="Figshare" %}}

content/crosswalk/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ date: "2017-06-01"
88

99
[GitHub API](https://docs.github.com/en/rest) provides a programmatic way to retrieve repository metadata.
1010

11-
{{< crosswalk name="GitHub" >}}
11+
{{% crosswalk name="GitHub" %}}

0 commit comments

Comments
 (0)