Skip to content

Commit

Permalink
chores: fix description and viewport
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Falco <seth@falco.fun>
  • Loading branch information
SethFalco committed Oct 21, 2022
1 parent 77120d1 commit ee5a5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resume.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
<meta name="viewport" content="width=device-width, minimal-ui">

{{#resume.basics}}
<title>{{name}} - CV</title>
<meta name="description" name="{{summary}}">
<meta name="description" content="{{summary}}">

<meta property="og:site_name" content="{{name}}">
<meta property="og:title" content="{{label}}">
Expand Down

0 comments on commit ee5a5ba

Please sign in to comment.