diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-05 21:56:06 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-05 21:56:06 +0200 |
| commit | 261b5e3e80d1e75fdcd042675154a82c2ce469fb (patch) | |
| tree | 33eb31fd719780db67cfac4979d3f699b7525315 /_includes/meta.html | |
| parent | 44756f51c80c1cb104de808afa24ea5027dd1d41 (diff) | |
| download | jo.mssola.com-261b5e3e80d1e75fdcd042675154a82c2ce469fb.tar.gz jo.mssola.com-261b5e3e80d1e75fdcd042675154a82c2ce469fb.zip | |
Added CV section
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '_includes/meta.html')
| -rw-r--r-- | _includes/meta.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/meta.html b/_includes/meta.html new file mode 100644 index 0000000..a7a0d2c --- /dev/null +++ b/_includes/meta.html @@ -0,0 +1,5 @@ +<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> +<meta http-equiv="X-UA-Compatible" content="IE=edge" /> + +{% capture description %}{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}{% endcapture %} +<meta name="description" content="{{ description }}" /> |
