From d0ac3bda320ad2c87e451e1a80df7cb154b87327 Mon Sep 17 00:00:00 2001
From: Bryan Newbold <bnewbold@robocracy.org>
Date: Wed, 5 Jun 2019 16:16:45 -0700
Subject: add changelog link to header

---
 python/fatcat_web/templates/base.html | 1 +
 1 file changed, 1 insertion(+)

(limited to 'python')

diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html
index dda905e0..94344d8c 100644
--- a/python/fatcat_web/templates/base.html
+++ b/python/fatcat_web/templates/base.html
@@ -46,6 +46,7 @@
     </a>
     <a href="/about" class="item">About</a>
     <a href="https://guide.{{ config.FATCAT_DOMAIN }}/" class="item">Guide</a>
+    <a href="/changelog" class="item">Changelog</a>
     <div class="right menu">
       <div class="item" style="padding: 0;">
         <form class="" action="/release/search" method="get" role="search" aria-label="Papers">
-- 
cgit v1.2.3