diff options
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ #+DATE: <2022-01-23 Sun> #+OPTIONS: num:nil toc:nil title:nil -#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css"/> +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/global.css"/> #+HTML_HEAD: <link rel="icon" type="image/png" href="resources/favicon.png"/> #+INCLUDE: resources/topnav.html export html # +TOC: headlines 1 @@ -61,7 +61,7 @@ The website's structure is described in the following sections. │ ├── favicon.png │ ├── favicon.xcf │ ├── fonts -│ ├── mlnp.css +│ ├── global.css │ └── topnav.html ├── sitemap.org └── wiki @@ -96,7 +96,7 @@ the website publishing process. This file contains the entire website's styling information. During publication, this file's sections are tangled to a single stylesheet -=resources/mlnp.css=. This reduces website load times, as only a +=resources/global.css=. This reduces website load times, as only a single HTTP request is required to obtain styling rules for the entire website. Albeit negligible, this optimization is [[https://stackoverflow.com/questions/2336302/single-huge-css-file-vs-multiple-smaller-specific-css-files][recommended]] across the web. |