Inline projects page into index.html
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c8d209facd
commit
27f96982d5
2 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"plugins": {
|
||||
"posthtml-include": {},
|
||||
"posthtml-component": {
|
||||
"root": "./src/components"
|
||||
},
|
||||
"posthtml-include": {},
|
||||
"posthtml-markdownit": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -131,7 +131,9 @@
|
|||
<center>
|
||||
<img id="indicator" class="htmx-indicator" width="64" height="64" src="/assets/spinner.svg">
|
||||
</center>
|
||||
<div id="tabs" hx-get="/projects.html" hx-trigger="load delay:100ms" hx-target="#tabs" hx-swap="innerHTML"></div>
|
||||
<div id="tabs" hx-target="#tabs" hx-swap="innerHTML">
|
||||
<include src="src/projects.html"></include>
|
||||
</div>
|
||||
</div>
|
||||
<div style="background-color: #484848;">
|
||||
<p style="font-size: 8pt;">Copyright, The SANDWICH™ 2025 ©®☺ⓖⓨⓐⓣⓣ</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue