You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
it is vital to order Metalsmith plugins correctly. As such, please make sure this plugin is included above metalsmith-layouts and metalsmith-in-place.
30
+
It is vital to order Metalsmith plugins correctly. As such, please make sure this plugin is included above metalsmith-layouts and metalsmith-in-place.
31
31
32
32
## CLI Usage
33
33
@@ -56,7 +56,7 @@ metalsmith.use(metadata({
56
56
57
57
## Usage within Metalsmith
58
58
59
-
Data is called by referencing the filename without an extension. If there was a global.json file and Handlebars, the reference in your page or template would look like:
59
+
Data is called by referencing the filename without an extension. If there was a global.json file containing a url property, the reference in your page or template would look like:
0 commit comments