aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-03-25 21:41:42 +0100
committergabrielgio <gabriel.giovanini@pm.me>2022-03-25 21:41:42 +0100
commit15e1487ed60e4480c7dc856e94ed36c20f347f84 (patch)
treec026ce28ce426f744bfb101e57a4812234fcf698 /themes/flamingo
parentf3504421d4658345917321dad40b79068aa760a8 (diff)
downloadgabrielgio.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')
-rw-r--r--themes/flamingo/layouts/_default/baseof.html2
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 }}