Skip to content

Commit

Permalink
feature: display name and label in title
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Paauw committed May 3, 2022
1 parent e8dbbde commit 931dd12
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 931dd12

Please sign in to comment.