Made the site description configurable (#110)

This commit is contained in:
Justus Adam
2019-04-17 12:33:13 +02:00
committed by Nelson Estevão
parent f1dbf72d70
commit b91225665c
2 changed files with 3 additions and 1 deletions

View File

@ -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">