-
Notifications
You must be signed in to change notification settings - Fork 202
/
backdate.html
40 lines (37 loc) · 1.37 KB
/
backdate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta property="article:published_time" content="2022-01-01T12:00:00.000Z" />
</head>
<body>
<main>
<article>
<section>
<div class="pw-post-title">
<h1>Backdating your Medium posts!</h1>
</div>
<p class="pw-post-body-paragraph">
This is a test HTML page that you can import to Medium as
a template to backdate your post.
</p>
<p class="pw-post-body-paragraph">
You'll know when you've successfully backdated your post
by looking at the bottom of your article when you import
to Medium: it should say something like: "Originally
published at *** on [Whatever your date is]."
</p>
<p class="pw-post-body-paragraph">
If you enjoyed this tutorial and method, please
drop me a follow on
<a href="https://liaogg.medium.com">Medium</a>
and
<a href="https://github.com/kevinMEH">Github.</a>
</p>
<p class="pw-post-body-paragraph">
Thanks, and bye!
</p>
</section>
</article>
</main>
</body>
</html>