template: Update the initial site template.

This commit is contained in:
Dorian 2019-08-23 15:48:24 -04:00
parent 41a691b4d5
commit 152fa318df
2 changed files with 5 additions and 1 deletions

View File

@ -73,3 +73,7 @@ li code {
ol {
line-height: 2;
}
ul {
line-height: 1.5;
}

View File

@ -47,7 +47,7 @@ Internal links use a HTML5 router to avoid full page refreshes, while external
links behave as you would expect. Both HTML and Markdown links are supported:
* [Internal Inline Markdown Link](/demo)
* <a href="/develop">Internal HTML Link</a>
* <a href="/demo">Internal HTML Link</a>
* [Internal Referenced Markdown Link][2]
* [Internal Homepage Link](/)
* [External Homepage Link](https://rookeries.org/)