---
title: Minor Site Tweaks
date: 2002-11-02 00:21:23
permalink: https://lesterchan.net/blog/2002/11/02/minor-site-tweaks/
author: Lester Chan
excerpt: "Tweaked things on the site, mostly back-end rather than user-facing. The page load time is more accurate, shown at the bottom outside the layout. All layout parts are called from a function file instead of inlining."
categories:
  - Site
---

Tweak some stuffs on this site, mainly only affect the back-end rather than the user-end. Now the time taken to load the page is much more accurate and it is located at the bottom but outside the page layout.

All parts of the page layout are now being called from a function file rather than including the file. This makes updating the site an easier job for me and the site will look more uniform in terms of breadcrumbs navigation and the page title.

If you find any bugs in this site. Please feel free to drop me a mail to inform me, it is better if you can attach a screenshot of it. Thanks in advance =)