authcrunch / authcrunch.github.io

Documentation for Caddy v2 Auth Portal and Authorize Plugins.
77 stars 32 forks source link

ui: document meta author and description #31

Open greenpau opened 2 years ago

greenpau commented 2 years ago

The following ui directives allow overwriting the defaults:

  ui {
    meta title "Auth Portal"
    meta description "Authenticates users"
    meta author "John Smith"
  }

If not set, then the following is being displayed:

<title>Authentication Portal - {{ .Title }}</title>
<meta name="description" content="Performs user authentication." />
<meta name="author" content="Paul Greenberg github.com/greenpau" />