Move common head tags to head.html
This commit is contained in:
parent
c9d651cf1e
commit
339208f469
@ -2,13 +2,8 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<!--#include file="/head.html" -->
|
||||
<title>Contact - bbaovanc's Website</title>
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="alternate icon" href="/favicon.ico">
|
||||
|
||||
<meta name="subject" content="Contact - bbaovanc's Website" />
|
||||
<meta name="description" content="List of ways to contact me." />
|
||||
@ -22,9 +17,6 @@
|
||||
<meta name="og:description" content="List of ways to contact me." />
|
||||
<meta name="og:email" content="contact@bbaovanc.com" />
|
||||
<meta name="og:image" content="/bbaovanc-1024.png" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
|
@ -2,13 +2,8 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<!--#include file="/head.html" -->
|
||||
<title>Fun - bbaovanc's Website</title>
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="alternate icon" href="/favicon.ico">
|
||||
|
||||
<meta name="subject" content="Fun - bbaovanc's Website" />
|
||||
<meta name="description" content="This page on my website has a few fun things to do." />
|
||||
@ -22,9 +17,6 @@
|
||||
<meta name="og:description" content="This page on my website has a few fun things to do." />
|
||||
<meta name="og:email" content="contact@bbaovanc.com" />
|
||||
<meta name="og:image" content="/bbaovanc-1024.png" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
|
@ -2,15 +2,14 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<!--#include file="/head.html" -->
|
||||
<title>GPG Fingerprints - bbaovanc's Website</title>
|
||||
<link rel="stylesheet" href="../style.css" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="alternate icon" href="/favicon.ico" />
|
||||
|
||||
<meta name="subject" content="GPG Fingerprints - bbaovanc's Website" />
|
||||
<meta name="description" content="Fingerprint of my GPG key" />
|
||||
<meta name="url" content="https://bbaovanc.com/gpg-fingerprints/" />
|
||||
<meta name="reply-to" content="contact@bbaovanc.com" />
|
||||
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:title" content="GPG Fingerprints - bbaovanc's Website" />
|
||||
<meta name="og:url" content="https://bbaovanc.com/contact/" />
|
||||
@ -18,7 +17,6 @@
|
||||
<meta name="og:description" content="Fingerprint of my GPG key" />
|
||||
<meta name="og:email" content="contact@bbaovanc.com" />
|
||||
<meta name="og:image" content="/bbaovanc-1024.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
6
head.html
Normal file
6
head.html
Normal file
@ -0,0 +1,6 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="alternate icon" href="/favicon.ico" />
|
@ -2,12 +2,8 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<!--#include file="/head.html" -->
|
||||
<title>bbaovanc's Website</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="alternate icon" href="/favicon.ico" />
|
||||
|
||||
<meta name="subject" content="bbaovanc's Website" />
|
||||
<meta name="description" content="This is my personal website" />
|
||||
@ -21,8 +17,6 @@
|
||||
<meta name="og:description" content="This is my personal website" />
|
||||
<meta name="og:email" content="contact@bbaovanc.com" />
|
||||
<meta name="og:image" content="/bbaovanc-1024.png" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user