Skip to content

Commit

Permalink
Template update for easy user navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEZE1020 committed Jan 12, 2025
1 parent 1e9abc8 commit 6948068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</main>

<footer>
<p>&copy; 2025 My Social Media API</p>
<p>&copy; 2025 Ogembo Godfrey</p>
</footer>
</body>
</html>
4 changes: 1 addition & 3 deletions templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ <h1>Welcome to My Social Media API</h1>
<li><a href="/api/accounts/">Accounts API</a>: View and manage user accounts via API</li>
<li><a href="/api/notifications/">Notifications API</a>: View and manage notifications via API</li>
<li><a href="/api/posts/">Posts API</a>: View and manage posts via API</li>
<li><a href="/accounts/">Accounts</a>: Access the accounts section</li>
<li><a href="/static/path/to/static/file">Static Files</a>: Access static files</li>
<li><a href="/path/to/other/files">Other Files</a>: Access other files</li>
<li><a href="/api/accounts/">Accounts</a>: Access the accounts section</li>
</ul>
{% endblock %}

0 comments on commit 6948068

Please sign in to comment.