Add header & footer to blog posts.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
<?php
|
||||
require 'config.php';
|
||||
require '2019-06-16-colloquial-measurement-systems.cfg.php';
|
||||
require 'templates/blog-header.php';
|
||||
?>
|
||||
<p>In the US there seems to be strong sentiments going both ways on whether or not to use the Universal Metric System (e.g. meters, grams, litres, etc.). It's worth noting that the US Government has already switched to using the Universal Metric System and that the currently existing Imperial System is actually defined by the Universal System. However, I don't think it's appropriate to say that Americans should replace the Imperial System with the Universal System, at least not completely.</p>
|
||||
|
||||
<p>What I suggest is not that the Imperial System become obsolete and be discarded, but rather that its use be limited to colloquial measurements. This is, in fact, how most countries using the Universal System operate, they'll use the Universal Metric System for official measurements, but when it comes to every-day tasks things will be measured using more human measurements.</p>
|
||||
@ -10,3 +15,7 @@
|
||||
|
||||
<p>All in all, I think this approach is much more productive than the "either or" mentality that is currently dominating the subject now in the USA. Both should be maintained, but each in contexts where they are most appropriate (please, stop using Imperial Measurements in engineering and science classes).</p>
|
||||
|
||||
|
||||
<?php
|
||||
require 'templates/blog-footer.php';
|
||||
?>
|
Reference in New Issue
Block a user