Skip to content

Commit

Permalink
Adds timestamps to dates to ensure correct ordering of 2 articles
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Sep 7, 2024
1 parent 97e38a8 commit 4702a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<script type="text/javascript" src="/main.js"></script>
<title>How Do You Get To Carnegie Hall?</title>
<meta name="andrew-publish-time" content="2024-09-05"
<meta name="andrew-publish-time" content="2024-09-05 10:00:01"
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<script type="text/javascript" src="/main.js"></script>
<title>Marching With Two Pointers</title>
<meta name="andrew-publish-time" content="2024-09-05"
<meta name="andrew-publish-time" content="2024-09-05 10:00:05"
</head>

<body>
Expand All @@ -18,7 +18,7 @@
<div id="playtechnique-header"></div>
<main>
<article>
<h1>Arrays and Strings</h1>
<h1>Marching With Two Strings</h1>
<section id="introduction">
<p>
The first set of leetcode problems about arrays and strings are teaching you to march through
Expand Down

0 comments on commit 4702a84

Please sign in to comment.