add some links to the new navbar, add meta tags to the head partial and center things in the footer

This commit is contained in:
Santiago Forero 2021-10-12 15:16:13 -05:00
parent f243e4d3e2
commit 8d727fa7e5
3 changed files with 7 additions and 4 deletions

View File

@ -1,9 +1,8 @@
<hr>
<footer id="main-footer">
<p>Made with &hearts; by <a href="https://forero.xyz">forero</a>. The source code of this site can be found <a href="https://github.com/forerosantiago/site">here</a>.</p>
<p style="text-align: center;">Made with &hearts; by <a href="https://forero.xyz">forero</a>. The source code of this site can be found <a href="https://github.com/forerosantiago/site">here</a>.</p>
<h4></h4>
<b>Hotline webring:</b> <a href="https://hotlinewebring.club/forero/previous">previous</a> <a href="https://hotlinewebring.club/forero/next">next</a>
<b>Hotline webring:</b> <a href="https://hotlinewebring.club/forero/previous">previous</a> <a href="https://hotlinewebring.club/forero/next">next</a>
<p><b>PD:</b> This site is constantly evolving :)</p>
</footer>

View File

@ -2,11 +2,13 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Santiago Forero">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/theme.css">
<title>{{ .Site.Title }}</title>
<title>{{ .Params.title }}</title>
</head>

View File

@ -1,3 +1,5 @@
<nav id="main-nav">
<h2><a href="/">Santiago Forero</a></h2>
<a href="/about/">ABOUT</a>
<a href="/donations/">DONATIONS</a>
</nav>