Update index.html header
This commit is contained in:
39
index.html
39
index.html
@@ -1,42 +1,17 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!--
|
<html class="theme-auto" lang="en">
|
||||||
To change the theme, change the class on the html tag below to one of:
|
|
||||||
- theme-auto: Automatically switches based on user's system preferences
|
|
||||||
- theme-light: Forces light theme
|
|
||||||
- theme-dark: Forces dark theme
|
|
||||||
-->
|
|
||||||
|
|
||||||
<html class="theme-auto" lang="en"> <!-- Update`class="theme-auto" with your preference -->
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>Mike Rockwell</title>
|
||||||
<!-- Page Title - Change this to your name/brand (50-60 characters recommended) -->
|
<link rel="icon" type="image/x-icon" href="images/favicon.png">
|
||||||
<title>LittleLink</title>
|
<meta name="description" content="Open web enthusiast, free speech advocate, writer, and Happiness Engineer.">
|
||||||
<link rel="icon" type="image/x-icon" href="images/favicon.png"> <!-- Update this with your own favicon -->
|
<meta name="keywords" content="Mike Rockwell, Writer, Blogging, Happiness Engineer, Automattic">
|
||||||
|
<meta rel="canonical" href="https://mdrockwell.net">
|
||||||
<!-- Meta Description - Write a description (150-160 characters recommended) -->
|
<meta name="author" content="Mike Rockwell">
|
||||||
<meta name="description" content="Replace this with your own, this appears in search results and when sharing.">
|
|
||||||
|
|
||||||
<!-- Keywords -->
|
|
||||||
<meta name="keywords" content="your name, industry, and specialties">
|
|
||||||
|
|
||||||
<!-- Canonical URL - Helps prevent duplicate content issues -->
|
|
||||||
<meta rel="canonical" href="https://yourwebsite.com">
|
|
||||||
|
|
||||||
<!-- Author Information -->
|
|
||||||
<meta name="author" content="Your Name">
|
|
||||||
|
|
||||||
<!-- Stylesheets -->
|
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
|
||||||
<!-- LittleLink Extended Stylesheet (Optional) -->
|
|
||||||
<!-- <link rel="stylesheet" href="css/brands-extended.css"> -->
|
|
||||||
<!-- Learn more at https://github.com/sethcottle/littlelink-extended.
|
|
||||||
Remove comments if you've added LittleLink Extended dependencies -->
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user