Skip to content

Commit

Permalink
Merge pull request #41 from uit-no/jorn/newsletter
Browse files Browse the repository at this point in the history
Add link to sign up to blog page
  • Loading branch information
bast authored Apr 8, 2024
2 parents 2a06544 + 46c7a7f commit 93f1fc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/blog-overview.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{% extends "base.html" %}

{% block content %}
<h1>Blog posts</h1>
<h1>Blog posts & past newsletters</h1>

Sign up to our mailing list to receive future newsletters. <a href="contact">See here for an explanation on how to subscribe (and unsubscribe).</a>

{% set posts = get_section(path="blog/_index.md") %}
<ul>
Expand Down

0 comments on commit 93f1fc8

Please sign in to comment.