Update atom location
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-20 17:26:52 -04:00
parent 6026c006db
commit 1ef9934d13
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -6,7 +6,7 @@
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title>{{title}}</title>
<link href="/atom" rel="alternate" title="Compute: Lake Braddock's Comp-Sci Journal" type="application/atom+xml">
<link href="/atom.xml" rel="alternate" title="Compute: Lake Braddock's Comp-Sci Journal" type="application/atom+xml">
<meta content="{{title}}" property="twitter:title">
<meta name="theme-color" content="#552A85">
<meta property="og:title" content="{{title}}">
@ -52,7 +52,7 @@
alt="Compute logo" height="64"></a>
<nav role="navigation" class="w-nav-menu">
<a href="{{base_url}}/" class="w-nav-link">Home</a>
<a href="{{base_url}}/atom" class="w-nav-link">RSS/Atom</a>
<a href="{{base_url}}/atom.xml" class="w-nav-link">RSS/Atom</a>
<a href="https://discord.gg/mRHP9mSqG9" class="w-nav-link">Discord Server</a>
</nav>
<div class="w-nav-button">
@ -82,4 +82,4 @@
<script src="{{base_url}}/js/webflow.js" type="text/javascript"></script>
</body>
</html>
</html>