Skip to content

Commit

Permalink
Added two spaces to first meta
Browse files Browse the repository at this point in the history
  • Loading branch information
apaz-cli committed Sep 29, 2024
1 parent feda71f commit 65e14c1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion blog/Cursed_Code_Collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<meta name="og:title" content="Cursed Code Collection">
<meta name="og:title" content="Cursed Code Collection">
<style type="text/css">
/* https://github.com/markdowncss/retro/blob/master/css/retro.css */

Expand Down
2 changes: 1 addition & 1 deletion blog/Descending_Into_The_Stack_And_Madness.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<meta name="og:title" content="Background">
<meta name="og:title" content="Background">
<meta name="og:image" content="images/Samurai_Gate.jpg">
<style type="text/css">
/* https://github.com/markdowncss/retro/blob/master/css/retro.css */
Expand Down
2 changes: 1 addition & 1 deletion blog/Errors_and_Configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<meta name="og:title" content="Errors and Configuration">
<meta name="og:title" content="Errors and Configuration">
<meta name="og:image" content="images/Snake_moriya_suwako.jpg">
<style type="text/css">
/* https://github.com/markdowncss/retro/blob/master/css/retro.css */
Expand Down
2 changes: 1 addition & 1 deletion blog/Grifters.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<meta name="og:title" content="Grifters">
<meta name="og:title" content="Grifters">
<meta name="og:image" content="images/Thailand%20Countryside%20Pixel%203.png">
<style type="text/css">
/* https://github.com/markdowncss/retro/blob/master/css/retro.css */
Expand Down
2 changes: 1 addition & 1 deletion blog/Java.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<meta name="og:title" content="My Experience with Java">
<meta name="og:title" content="My Experience with Java">
<meta name="og:description" content="Slow things not to do:">
<meta name="og:image" content="images/Java.png">
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion blog/Safety_and_Correctness.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<meta name="og:title" content="Safety and Correctness">
<meta name="og:title" content="Safety and Correctness">
<meta name="og:image" content="images/PlaneClouds_skyrick9413.jpg">
<style type="text/css">
/* https://github.com/markdowncss/retro/blob/master/css/retro.css */
Expand Down
2 changes: 1 addition & 1 deletion blog/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def replace_meta_with_opengraph(html):

meta_with = ""
if titlegroup:
meta_with += f"<meta name=\"og:title\" content=\"{titlegroup.group(1) if titlegroup else ''}\">\n"
meta_with += f" <meta name=\"og:title\" content=\"{titlegroup.group(1) if titlegroup else ''}\">\n"
if subtitlegroup:
meta_with += f" <meta name=\"og:description\" content=\"{subtitlegroup.group(1) if subtitlegroup else ''}\">\n"
if first_image:
Expand Down

0 comments on commit 65e14c1

Please sign in to comment.