add pink space to tree pages
This commit is contained in:
parent
57528fc7a8
commit
e4d830cc7a
3 changed files with 17 additions and 16 deletions
|
@ -21,23 +21,9 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{{> components/_sidebar.hbs }}
|
{{> components/_sidebar.hbs }}
|
||||||
|
|
||||||
{{~> components/_doc.hbs }}
|
{{~> components/_doc.hbs }}
|
||||||
|
{{~> components/_pink_space.hbs }}
|
||||||
|
|
||||||
<footer class="pink-space">
|
|
||||||
<p class="copyright">copyright © riki moe / リキ萌, 2025</p>
|
|
||||||
<pre class="meow"> \ /
|
|
||||||
| \__/ |
|
|
||||||
\ / \ / ___
|
|
||||||
--| _ _ |-- =_ \
|
|
||||||
/ `------` \ \ \
|
|
||||||
| \ | |
|
|
||||||
| \ _/ |
|
|
||||||
/ | / _/
|
|
||||||
| \ / _/
|
|
||||||
| |__/
|
|
||||||
\-,,-,,--/</pre>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<th-overlays></th-overlays>
|
<th-overlays></th-overlays>
|
||||||
<th-command-line></th-command-line>
|
<th-command-line></th-command-line>
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{{> components/_sidebar.hbs }}
|
{{> components/_sidebar.hbs }}
|
||||||
|
|
||||||
{{~> components/_tree.hbs }}
|
{{~> components/_tree.hbs }}
|
||||||
|
{{~> components/_pink_space.hbs }}
|
||||||
|
|
||||||
<th-overlays></th-overlays>
|
<th-overlays></th-overlays>
|
||||||
<th-command-line></th-command-line>
|
<th-command-line></th-command-line>
|
||||||
|
|
15
template/components/_pink_space.hbs
Normal file
15
template/components/_pink_space.hbs
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<footer class="pink-space">
|
||||||
|
<p class="copyright">copyright © riki moe / リキ萌, 2025</p>
|
||||||
|
<pre class="meow"> \ /
|
||||||
|
| \__/ |
|
||||||
|
\ / \ / ___
|
||||||
|
--| _ _ |-- =_ \
|
||||||
|
/ `------` \ \ \
|
||||||
|
| \ | |
|
||||||
|
| \ _/ |
|
||||||
|
/ | / _/
|
||||||
|
| \ / _/
|
||||||
|
| |__/
|
||||||
|
\-,,-,,--/</pre>
|
||||||
|
</footer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue