Add header & footer to blog posts.

This commit is contained in:
2025-02-17 13:06:49 +01:00
parent 6f6725cb7a
commit 04648315a8
164 changed files with 1476 additions and 0 deletions

View File

@ -1,3 +1,8 @@
<?php
require 'config.php';
require '2016-11-28-the-importance-of-libre-games.cfg.php';
require 'templates/blog-header.php';
?>
<p>Games form a very important part of our lives, even if it's not necessarily computer games you do play some sort of games (although I would guess that most who read my blog would play some sort of computer game, mobile games included since mobiles are a type of computer). Games give us a way of spending some time that we have to kill, either alone or together with others. This means that freedom in gaming is extremely important.</p>
<p>Usually gaming is one of those industries where free software has not yet been able to gain a foothold, yet I believe it is a very important industry to promote free software in to be able to relieve those of us (stallmanites) who wish not to use any non-free software are left with almost no decent games to play in the free world (unless we want to play 20 different versions of the same FPS game, like AssaultCube, Xonotic, Red Eclipse, OpenArena, Alien Arena etc., basically Quake-based games). It's really hard to find good libre games mostly because the free software movement in gaming is still extremely young.</p>
@ -8,3 +13,7 @@
<p>This is just a small list, and I'm sure there are many more and other genres I have not mentioned. If you know of any horror libre games then please e-mail me with the name and/or a link.</p>
<?php
require 'templates/blog-footer.php';
?>