First commit with hugo example page initialized following the quickstart guide
This commit is contained in:
10
public/posts/page/1/index.html
Normal file
10
public/posts/page/1/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de-de">
|
||||
<head>
|
||||
<title>https://example.org/posts/</title>
|
||||
<link rel="canonical" href="https://example.org/posts/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://example.org/posts/">
|
||||
</head>
|
||||
</html>
|
Reference in New Issue
Block a user