Skip to content

Commit

Permalink
Move news and 404 to pages (#2060)
Browse files Browse the repository at this point in the history
moves news and 404 from repo root dir to `_pages/` where they are
supposed to be + changes their extensions to `.md`
  • Loading branch information
alshedivat committed Jan 10, 2024
1 parent 7e8ca8f commit 7c279b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 404.liquid → _pages/404.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ title: "Page not found"
description: "Looks like there has been a mistake. Nothing exists here."
redirect: true
---
<p>You will be redirected to the main page within 3 seconds. If not redirected, please go back to the <a href="{{ site.baseurl }}/">home page</a>.</p>

You will be redirected to the main page within 3 seconds. If not redirected, please go back to the [home page]({{ site.baseurl | prepend: site.url }}).
1 change: 1 addition & 0 deletions news.liquid → _pages/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ layout: page
title: news
permalink: /news/
---

{% include news.liquid %}

0 comments on commit 7c279b1

Please sign in to comment.