Skip to content

Commit 96ce6e2

Browse files
"Added incomplete documentation because why bother with actual content when you can just slap together some placeholder text?"
1 parent 2f2ee08 commit 96ce6e2

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

public_html/shared/view/common/footer.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
<p>© 2025 Spindle CMS.</p>
55
</div>
66
</footer>
7-
</body>
7+
</body>
8+
</html>

public_html/subDomains/docs/view/common/home.twig

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<!-- Documentation content -->
4747
<article class="docs-content">
4848
<section id="introduction">
49-
<h1>Spindle CMS Documentation</h1>
49+
<h1>Spindle CMS Documentation - NOT COMPLETE</h1>
5050
<p class="lead">Welcome to Spindle CMS — OpenCart without the cart. This documentation will guide you
5151
through installation, configuration, and development with Spindle.</p>
5252

@@ -842,13 +842,7 @@ $secure_url = $this->url->link('route/path', 'param=value', true);</code></pre>
842842
</article>
843843
</main>
844844
845-
<!-- Footer -->
846-
<footer class="footer">
847-
<div class="container">
848-
<p>© 2025 Spindle CMS. Visit <a href="https://spindle.website" target="_blank" rel="noopener noreferrer">spindle.website</a>
849-
for more information.</p>
850-
</div>
851-
</footer>
845+
{{ footer }}
852846
853847
<script>
854848
// Simple sidebar navigation highlighting
@@ -894,5 +888,3 @@ $secure_url = $this->url->link('route/path', 'param=value', true);</code></pre>
894888
});
895889
});
896890
</script>
897-
</body>
898-
</html>

0 commit comments

Comments
 (0)