forked from kevinMEH/medium-import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackdate.html
37 lines (34 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<meta property="article:published_time" content="2021-02-03T17:30:33.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, feel free to
drop me a follow on Medium and Github.
</p>
<p class="pw-post-body-paragraph">
Thanks, and bye!
</p>
</section>
</article>
</main>
</body>
</html>