forked from robert/robertjohnson.work
Made the site description configurable (#110)
This commit is contained in:
committed by
Nelson Estevão
parent
f1dbf72d70
commit
b91225665c
@ -8,7 +8,8 @@
|
||||
{% endif%}
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="A beautiful Jekyll theme for creating resume">
|
||||
<meta name="description" content="{{ site.description |default: "A beautiful
|
||||
Jekyll theme for creating resume" }}">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
|
Reference in New Issue
Block a user