google / docsy

A set of Hugo doc templates for launching open source content.
https://docsy.dev
Apache License 2.0
2.63k stars 904 forks source link

Embed Docsy version in `<meta>` tag of generated pages #2026

Open chalin opened 5 months ago

chalin commented 5 months ago

Here's a snippet that from https://github.com/chalin/docsy/blob/333c2f8d41725d5a38e41b1ab9b2ea58622bc37d/layouts/partials/head-css.html:

{{ if ... -}}
    <meta name="docsy-info" content="{{ $msg }}">
{{ end -}}