diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-05-06 06:57:14 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-05-06 06:57:14 -0600 |
commit | ac319db35938ed9b0232186caa3486b9f8caf655 (patch) | |
tree | 45e2b95a0c46082987a324567ca00a429114daa2 /live/blog/a/first_blog_post.html | |
parent | 70e783628b1bf863da45cc8879b06288a498840b (diff) |
update css and templates, add new entry
Diffstat (limited to 'live/blog/a/first_blog_post.html')
-rw-r--r-- | live/blog/a/first_blog_post.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/live/blog/a/first_blog_post.html b/live/blog/a/first_blog_post.html index d5eb3fd..314abb1 100644 --- a/live/blog/a/first_blog_post.html +++ b/live/blog/a/first_blog_post.html @@ -6,9 +6,9 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>This is the first blog post, just for testing purposes -- Luevano's Blog</title> +<title>This is the first blog post, just for testing purposes -- Luévano's Blog</title> <meta name="description" content="Just my first blog post where I state what tools I'm using to build this blog."/> -<link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luevano's Blog RSS"> +<link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <!-- general style --> <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> @@ -24,13 +24,13 @@ <!-- og meta --> - <meta property="og:title" content="This is the first blog post, just for testing purposes -- Luevano's Blog"/> + <meta property="og:title" content="This is the first blog post, just for testing purposes -- Luévano's Blog"/> <meta property="og:type" content="article"/> <meta property="og:url" content="https://blog.luevano.xyz/a/first_blog_post.md"/> <meta property="og:image" content="https://static.luevano.xyz/images/b/default.png"/> <meta property="og:description" content="Just my first blog post where I state what tools I'm using to build this blog."/> <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="Luevano's Blog"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> |