Add header & footer to blog posts.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
<?php
|
||||
require 'config.php';
|
||||
require '2017-05-13-your-computer-your-computing.cfg.php';
|
||||
require 'templates/blog-header.php';
|
||||
?>
|
||||
<p>It pains me to see how often we end up 'just dealing' with our computer software being restrictive, how we say we dislike how a certain software functions and yet we just roll over and take the hit. Many of us are used to this kind of mentality, however, in the Free Software community a little less because we're granted choices, yet even there we find ourselves faced with software that does something we dislike, but we refuse to migrate simply because it would be 'inconvenient'.</p>
|
||||
|
||||
<p>The truth of the matter is, your computer is your property (or rather, it should be, in the case of those of you who run non-free software), this means that any time you roll over and take the hit you are letting someone else decide how to use your personal property. When you own something, like a bicycle, you are not told and controlled on how you use that bicycle, how to adjust the seat, whether or not to add a basket. It's your bicycle and you use it as you please and adjust it as you please because it is your personal property and belongs to no one else, nor does it affect anyone else how you adjust it.</p>
|
||||
@ -8,3 +13,7 @@
|
||||
|
||||
<p>Again, any less than your computer working the way you want it to is a compromise on how you use your personal property.</p>
|
||||
|
||||
|
||||
<?php
|
||||
require 'templates/blog-footer.php';
|
||||
?>
|
Reference in New Issue
Block a user