update websites info

This commit is contained in:
2026-08-29 02:57:45 +02:00
parent f45b4916d5
commit ab7f384014
3 changed files with 14 additions and 6 deletions
@@ -391,6 +391,13 @@ a:hover {
justify-content: space-between;
}
.sf-footer__start {
display: flex;
flex-wrap: wrap;
gap: var(--sf-space-4);
align-items: center;
}
.sf-theme-switcher {
display: flex;
flex-wrap: wrap;
@@ -1,8 +1,11 @@
<footer class='sf-footer{{#if stacked}} sf-footer--stacked{{/if}}'>
<div class='sf-footer__row'>
{{#if simplexLink}}
<a href='{{simplexLink}}' target='_blank' rel='noopener noreferrer'>Contact via Simplex</a>
{{/if}}
<div class='sf-footer__start'>
{{#if simplexLink}}
<a href='{{simplexLink}}' target='_blank' rel='noopener noreferrer'>Contact via Simplex</a>
{{/if}}
<a href='https://nullcart.net/' target='_blank' rel='noopener noreferrer'>Powered by NullCart</a>
</div>
{{> theme-switcher}}
</div>
</footer>
+1 -3
View File
@@ -20,12 +20,10 @@ docker compose version
```bash
cd /root
git clone https://github.com/<org>/nullcart.git nullcart
git clone https://git.nobswebdev.com/nobswebdev/nullcart.git nullcart
cd nullcart
```
Replace `<org>/nullcart` with your actual repository URL once published.
## 4. Configure environment
```bash