From 377df4486c2f9b11d56854f20808060927643b26 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Tue, 20 Feb 2024 10:19:41 -0800 Subject: [PATCH] Remove link to blog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It hasn't been updated in a long time, let's just be rid of it! It's possible I'll replace it with another blog sometime if we get the chance to do more development work, it could be a useful way to improve communication—but not yet! --- app/views/layouts/application.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 4cb6ad65..0fef8b56 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -61,7 +61,6 @@ %ul %li= link_to t('organization_name'), 'https://openneo.net/' - %li= link_to t('.footer.blog'), 'https://blog.openneo.net/' %li= link_to t('.footer.source_code'), 'https://github.com/openneo/impress' %li= link_to t('.footer.terms'), terms_path