BIT-101 Creating a Hugo Theme Part 2 done
This commit is contained in:
32
public/post/index.html
Normal file
32
public/post/index.html
Normal file
@@ -0,0 +1,32 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0">
|
||||
<title>Sum something up</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/">Home</a>
|
||||
<a href="/page">LL-CAT</a>
|
||||
<a href="/tags">Ports and Apps</a>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/post/port_logs/">
|
||||
Port_logs
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/post/app_tree/">
|
||||
App_tree
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user