Skip to content

Commit

Permalink
0919_2313
Browse files Browse the repository at this point in the history
  • Loading branch information
metaory committed Sep 19, 2024
1 parent c2e7fc1 commit 778c16e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/layouts/main.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>{{ title }}</title>
<link rel="icon" href="/src/assets/favicon.svg" sizes="any" type="image/svg+xml">
<meta property="og:type" content="website">
<meta property="og:title" content="Legacy JSONResume">
<meta property="og:url"
content="https://metaory.github.io/jsonresume-theme-legacy">
<meta property="og:image"
content="https://raw.githubusercontent.com/metaory/jsonresume-theme-legacy/master/.github/assets/screenshot.png">
<meta property="og:description" content="Just another JSONResume theme">
<title>Legacy JSONResume</title>
<link rel="icon"
href="/src/assets/favicon.svg"
sizes="any"
type="image/svg+xml">
<link rel="stylesheet" href="/src/styles/main.css">
<link rel="stylesheet" href="/src/styles/legacy.css">
</head>
<body>
<main>
<h1>{{ title }}</h1>
{{> components/basics.hbs }}
{{> components/skills.hbs }}
{{> components/languages.hbs }}
Expand Down

0 comments on commit 778c16e

Please sign in to comment.