Menu
2022-01-02
set menu
in _config.yml
file to show menu button(#
) in the top of the page.
(optional)
menu:
- text: Menu
- text: About
url: /about
- text: Tags
url: /tags
- text: Categories
url: /categories
- text: u can write html like
- html: <table style="margin:0 auto"><thead><tr><th style="text-align:center">1</th><th style="text-align:center">2</th><th style="text-align:center">3</th></tr></thead><tbody><tr><td style="text-align:center">4</td><td style="text-align:center">5</td><td style="text-align:center">6</td></tr><tr><td style="text-align:center">7</td><td style="text-align:center">8</td><td style="text-align:center">9</td></tr></tbody></table>