pages/posts/index.html

95 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
Posts - My New Hugo Site
</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="alternate" type="application/rss&#43;xml" href="http://example.org/posts/index.xml">
<link rel="stylesheet" type="text/css" href="/assets/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/icons.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
<link href="https://fonts.googleapis.com/css?family=Bree+Serif|Lato:100,100i,300,300i,400,400i,700,700i|Source+Code+Pro:300,400,500,700" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/jquery@1.12.4/dist/jquery.min.js"></script>
<script type="text/javascript" src="/assets/bigfoot/dist/bigfoot.js"></script>
<link rel="stylesheet" type="text/css" href="/assets/bigfoot/dist/bigfoot-number.css" />
<script type="text/javascript">
$.bigfoot();
</script>
</head>
<body class="tag-template">
<header class="main-header">
<div class="main-header-content">
<h1 class="blog-title">
<a href="/">
My New Hugo Site
</a>
</h1>
<h2 class="blog-description"></h2>
</div>
<div class="nav">
</div>
</header>
<main class="content" role="main">
<div class="extra-pagination">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 0</span>
</nav>
</div>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 0</span>
</nav>
</main>
<footer class="site-footer">
<section class="rss"><a class="subscribe-button icon-feed" href="/index.xml"></a></section>
<section class="copyright">&copy; 2020 My New Hugo Site</section>
<section class="poweredby"><a href="https://github.com/nirocfz/arabica">Arabica</a> theme by Sean Lunsford. Published with <a href="https://gohugo.io">Hugo</a>.</section>
</footer>
</body>
</html>