template: Update the initial site template.
This commit is contained in:
parent
41a691b4d5
commit
152fa318df
|
@ -73,3 +73,7 @@ li code {
|
||||||
ol {
|
ol {
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
|
|
@ -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:
|
links behave as you would expect. Both HTML and Markdown links are supported:
|
||||||
|
|
||||||
* [Internal Inline Markdown Link](/demo)
|
* [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 Referenced Markdown Link][2]
|
||||||
* [Internal Homepage Link](/)
|
* [Internal Homepage Link](/)
|
||||||
* [External Homepage Link](https://rookeries.org/)
|
* [External Homepage Link](https://rookeries.org/)
|
||||||
|
|
Loading…
Reference in New Issue