Skip to content

Commit

Permalink
AUTO: Create blog posts from template
Browse files Browse the repository at this point in the history
  • Loading branch information
cartwatson authored and github-actions[bot] committed Feb 14, 2024
1 parent 9cb62b2 commit f592187
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions blog/test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>test article</title>
<meta name="title" property="og:title" content="test article">
<meta name="description" property="og:description" content="This is an article">
<meta name="image" property="og:image" content="media/about_me.jpg">
<meta name="author" content="Carter Watson">

<meta property="og:type" content="Blog"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- end SEO meta/link preview tags -->
<link rel="stylesheet" href="css/general.css"/>
<link rel="stylesheet" href="css/buttons.css"/>
<link rel="stylesheet" href="css/header-footer.css"/>
<link rel="stylesheet" href="css/sections.css"/>
<link rel="stylesheet" href="css/mobile.css"/>
<script src="https://kit.fontawesome.com/aae2ea0d22.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" type="image/x-icon" href="media/favicon.ico">
</head>
<body>
<div id="page">
</div>
<body>
</html>

0 comments on commit f592187

Please sign in to comment.