Skip to content

Commit

Permalink
Merge pull request #23 from maartenpaauw/feature/name-and-label-in-title
Browse files Browse the repository at this point in the history
[feature] Display name and label in title
  • Loading branch information
davcd authored May 3, 2022
2 parents e8dbbde + 931dd12 commit 884af7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/template.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html(lang="en")
meta(charset="utf-8")
style
include styles.css
title Actual theme for JSON Resume
title=`${resume.basics.name}${resume.basics.label}`
body
div(class='content')
include pug/basics
Expand Down

0 comments on commit 884af7e

Please sign in to comment.