Test change to show changes worked
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 1s
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 1s
This commit is contained in:
@ -12,11 +12,11 @@
|
|||||||
<main>
|
<main>
|
||||||
|
|
||||||
|
|
||||||
<h2><a href="/posts/post-1/">Post Title</a></h2>
|
<h2><a href="/posts/post-1/">You are stinky</a></h2>
|
||||||
<p><p>First post!</p>
|
<p><p>First post!</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2><a href="/posts/post-2/">Post Title Two!</a></h2>
|
<h2><a href="/posts/post-2/">Actually very stinky</a></h2>
|
||||||
<p><p>Second post!</p>
|
<p><p>Second post!</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Post Title</h1>
|
<h1>You are stinky</h1>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<p>First post!</p>
|
<p>First post!</p>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Post Title Two!</h1>
|
<h1>Actually very stinky</h1>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<p>Second post!</p>
|
<p>Second post!</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user