diff --git a/_config.yml b/_config.yml --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ # List of links in the navigation bar navbar-links: eCash: "ecash/" - Announcements: "announcements/" + Blog: "blog/" Download: - Releases: "releases/" - Source Code: "https://github.com/Bitcoin-ABC/bitcoin-abc" @@ -107,7 +107,7 @@ # Truncates the excerpt to the specified number of words on the index page excerpt_length: 30 -# Number of announcements to appear on the front page +# Number of blog posts to appear on the front page front_page_posts: 2 # --- Don't need to touch anything below here (but you can if you want) --- # diff --git a/announcements.html b/blog.html rename from announcements.html rename to blog.html --- a/announcements.html +++ b/blog.html @@ -1,6 +1,6 @@ --- layout: page -title: Bitcoin ABC Announcements +title: Bitcoin ABC Blog ---
diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@
{% if post.tags.size > 0 %} -
+
Tags: {% if site.link-tags %} {% for tag in post.tags %} @@ -86,7 +86,7 @@
- Older Announcements + Older Blog Posts