We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following ui directives allow overwriting the defaults:
ui
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" />
The text was updated successfully, but these errors were encountered:
greenpau
No branches or pull requests
The following
ui
directives allow overwriting the defaults:If not set, then the following is being displayed:
The text was updated successfully, but these errors were encountered: