Files
godot-website/pages/blog/blog.html
Yuri Sizov 20e9ac818c Add /download/4.x redirects for the current download page
This also adjusts the format for redirects to make sure
pages are always generated as `/index.html`.
This happens when the redirect link ends with a slash, no
explicit declaration needed. So I adjusted existing rules
to use that as well.
2023-09-20 15:07:54 +02:00

16 lines
230 B
HTML

---
permalink: /blog
title: Godot Engine - Blog
layout: blog
category: all
pagination:
enabled: true
collection: article
redirect_from:
- /devblog/
- /news/
- /news/default/
- /news/default/1/
- /news/default/2/
---