Add line break after title for other pages
This commit is contained in:
parent
a5068646cd
commit
6ee10e65e8
3 changed files with 7 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ GEM
|
|||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (5.0.0)
|
||||
rb-fsevent (0.11.1)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rexml (3.2.5)
|
||||
|
|
|
|||
3
faq.md
3
faq.md
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: FAQ
|
||||
icon: help-circle
|
||||
description: Frequently asked questions about our service.
|
||||
---
|
||||
|
||||
<!-- Special styling to permit readability. -->
|
||||
|
|
@ -20,6 +21,8 @@ h3, ul {
|
|||
|
||||
{% include table-of-contents.html %}
|
||||
|
||||
<br>
|
||||
|
||||
<div class="title-pair">
|
||||
# WiiLink
|
||||
*Information about the service itself.*
|
||||
|
|
|
|||
3
news.md
3
news.md
|
|
@ -1,8 +1,11 @@
|
|||
---
|
||||
title: News
|
||||
icon: newspaper-variant
|
||||
description: Catch up with the latest WiiLink news.
|
||||
---
|
||||
|
||||
<br>
|
||||
|
||||
<!-- Example layout of a news post
|
||||
|
||||
# Issue XX - Month Dxx, YYYY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue