Merge pull request #3 from BackIsBachus/fix-page-title

Fix custom page title. Fixes #1
This commit is contained in:
BackIsBachus 2016-05-16 10:57:41 +02:00
commit 4b73815990
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "fresh-theme-elegant",
"version": "0.1.0",
"version": "0.1.1",
"description": "Responsive resume theme for FRESH using using the Elegant theme from JSON-Resume.",
"repository": {
"type": "git",

View File

@ -1,7 +1,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Jean-Sébastien Renaud</title>
<title>{{{r.name}}}</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-aNUYGqSUL9wG/vP7+cWZ5QOM4gsQou3sBfWRr/8S3R1Lv0rysEmnwsRKMbhiQX/O" crossorigin="anonymous" />
{{> style}}