projects, general layout
This commit is contained in:
parent
c09c13c8f8
commit
141e44b493
7 changed files with 199 additions and 30 deletions
|
|
@ -4,15 +4,15 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title> Tags - My New Hugo Site </title>
|
||||
<title> Tags - St. Page </title>
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta property="og:site_name" content="My New Hugo Site">
|
||||
<meta property="og:site_name" content="St. Page">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="og:url" content="https://st.pages.except.one/tags/">
|
||||
<meta property="og:site_name" content="My New Hugo Site">
|
||||
<meta property="og:site_name" content="St. Page">
|
||||
<meta property="og:title" content="Tags">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
<link rel="stylesheet" href="/css/site.min.css">
|
||||
<link rel="stylesheet" href="https://st.pages.except.one/css/custom.css">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="https://st.pages.except.one/tags/index.xml" title="My New Hugo Site">
|
||||
<link rel="alternate" type="application/rss+xml" href="https://st.pages.except.one/tags/index.xml" title="St. Page">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
<a href="https://st.pages.except.one/" style="display: contents">
|
||||
<h1 class="name text-center">Kaslaanka Theme</h1>
|
||||
<h1 class="name text-center">My Page</h1>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -49,6 +49,41 @@
|
|||
<div class="nav justify-content-center">
|
||||
<ul>
|
||||
|
||||
<li class="nav-item justify-content-center mx-auto">
|
||||
<a class="nav-link" href="/">
|
||||
|
||||
Home
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item justify-content-center mx-auto">
|
||||
<a class="nav-link" href="/about">
|
||||
|
||||
About
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item justify-content-center mx-auto">
|
||||
<a class="nav-link" href="/blog">
|
||||
|
||||
Blog
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item justify-content-center mx-auto">
|
||||
<a class="nav-link" href="/projects">
|
||||
|
||||
Projects
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item justify-content-center mx-auto">
|
||||
<a class="nav-link" href="https://git.except.one">
|
||||
|
||||
Git
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -80,7 +115,7 @@
|
|||
<hr class="footer-linebreak">
|
||||
<div class="container">
|
||||
<span class="row justify-content-center meta" id="footer">
|
||||
Copyright © 2025 John Doe
|
||||
Copyright © 2025 St.
|
||||
</span>
|
||||
<script defer src="https://st.pages.except.one/js/custom.js"></script>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
|
||||
<channel>
|
||||
<title>Tags on My New Hugo Site</title>
|
||||
<title>Tags on St. Page</title>
|
||||
<link>https://st.pages.except.one/tags/</link>
|
||||
<description>Recent content in Tags on My New Hugo Site</description>
|
||||
<description>Recent content in Tags on St. Page</description>
|
||||
|
||||
<language>en-us</language><atom:link href="https://st.pages.except.one/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue