gabrielgio.me @ 15e1487ed60e4480c7dc856e94ed36c20f347f84

ref: Update genpass prject description

Add detail about the rust implementation.
 1diff --git a/config.toml b/config.toml
 2index 3980f38921e39fcc6578cdee915605f42d15a2ac..43c6591138b2dfa4758208b190827b95d13f828d 100644
 3--- a/config.toml
 4+++ b/config.toml
 5@@ -1,6 +1,6 @@
 6 baseURL = "https://gabrielgio.me/"
 7 languageCode = "en-us"
 8-title = "Yet Another blog"
 9+title = "Yet Another Blog"
10 theme = "flamingo"
11 staticDir = ['static']
12 
13diff --git a/content/projects/_index.md b/content/projects/_index.md
14index 3229dd98d9f078df784e5d73fc4099809794c98b..332162bc964c69db35364c01db97d1a3bfeee0fb 100644
15--- a/content/projects/_index.md
16+++ b/content/projects/_index.md
17@@ -34,4 +34,10 @@
18 -   [Password generator](https://genpass.gabrielgio.me/)
19     [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/genpass)
20     
21-    That is just me having fun with clojure script.
22+    It started with me having fun with clojure script ([last
23+    commit](https://gitlab.com/gabrielgio/genpass/-/tree/2db3d88503fbe219e99c464c4cc8e768613e1359)).
24+    Now I have been using it as a playground to play a bit with rust/wasm and it
25+    is a quite interesting comparacion to make. The cljs implementation could
26+    not handle more than 1k chars, while the wasm can easly handle >100k. Is it
27+    useful for a password generator? Probabally not, but if it your use case now
28+    I got you covered.
29diff --git a/themes/flamingo/layouts/_default/baseof.html b/themes/flamingo/layouts/_default/baseof.html
30index 7bbf0d5e659d64700ebb2e5ac09e610f1a5d2eb9..f81dcf1d9a595c2958fd94485b3bd74e8d47b155 100644
31--- a/themes/flamingo/layouts/_default/baseof.html
32+++ b/themes/flamingo/layouts/_default/baseof.html
33@@ -10,7 +10,7 @@         <link rel="stylesheet" type="text/css" href="/css/all.css" />
34 
35         {{ with .Site.Params.favicon }}<link rel="icon" type="image/png" href="{{ . }}" />{{ end }}
36 
37-        <title itemprop="name">{{ .Title }} | {{ .Site.Params.description }}</title>
38+        <title itemprop="name"> {{ .Title }} </title>
39         {{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
40         {{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
41