diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-25 21:41:42 +0100 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-25 21:41:42 +0100 |
commit | 15e1487ed60e4480c7dc856e94ed36c20f347f84 (patch) | |
tree | c026ce28ce426f744bfb101e57a4812234fcf698 /themes/flamingo/layouts/_default | |
parent | f3504421d4658345917321dad40b79068aa760a8 (diff) | |
download | gabrielgio.me-15e1487ed60e4480c7dc856e94ed36c20f347f84.tar.gz gabrielgio.me-15e1487ed60e4480c7dc856e94ed36c20f347f84.tar.bz2 gabrielgio.me-15e1487ed60e4480c7dc856e94ed36c20f347f84.zip |
ref: Update genpass prject description
Add detail about the rust implementation.
Diffstat (limited to 'themes/flamingo/layouts/_default')
-rw-r--r-- | themes/flamingo/layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flamingo/layouts/_default/baseof.html b/themes/flamingo/layouts/_default/baseof.html index 7bbf0d5..f81dcf1 100644 --- a/themes/flamingo/layouts/_default/baseof.html +++ b/themes/flamingo/layouts/_default/baseof.html @@ -10,7 +10,7 @@ {{ with .Site.Params.favicon }}<link rel="icon" type="image/png" href="{{ . }}" />{{ end }} - <title itemprop="name">{{ .Title }} | {{ .Site.Params.description }}</title> + <title itemprop="name"> {{ .Title }} </title> {{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }} {{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }} |