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 '2020-04-17-arm-boards-and-user-control.cfg.php';
require 'templates/blog-header.php';
?>
<p>In the past I've mentioned both ARM and even the ARM-based laptop
currently in development, the MNT Reform. Since they do not use any kind
of microcode for system instructions, it is a very appealing alternative
@ -43,3 +48,7 @@ href="http://macchiatobin.net/" target="_blank" >Marvell
MACCHIATObin</a>. It will be exciting to see what ARM has in store for
us and the free software movement.</p>
<?php
require 'templates/blog-footer.php';
?>