Skip to content

Commit 31f58d2

Browse files
Update post.html
1 parent 1948bb2 commit 31f58d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="author" content="name">
1010
<meta name="description" content="description here">
1111
<meta name="keywords" content="keywords,here">
12-
<link href="https://unpkg.com/tailwindcss/dist/tailwind.min.css" rel="stylesheet"> <!--Replace with your tailwind.css once created-->
12+
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@2.2.19/dist/tailwind.min.css"/> <!--Replace with your tailwind.css once created-->
1313
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" rel="stylesheet">
1414
<style>
1515
.smooth {transition: box-shadow 0.3s ease-in-out;}

0 commit comments

Comments
 (0)