Using a site global string

Just took it for a spin and this is cool :slight_smile:


@tyacbovi say you had this in your config.toml

[params]
  globalString = "Rocks!"

Then you could reference the global string like

---
title: "Some Page"
---

Hugo {{< param globalString >}}

Be sure to checkout the examples linked by the others above as well

5 Likes