use correct domain
This commit is contained in:
parent
6ae4b7f319
commit
2d568cb913
@ -1,27 +0,0 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %} Blank Page {% endblock title %}
|
||||
|
||||
<!-- Specific CSS goes HERE -->
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" href="{% static 'home/css/main.css' %}">
|
||||
<link rel="stylesheet" href="{% static '/css/select2-bootstrap.min.css' %}">
|
||||
{% endblock stylesheets %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<!-- ### $App Screen Content ### -->
|
||||
<main class='main-content bg-body-tertiary'>
|
||||
<div id='mainContent'>
|
||||
<div class="full-container">
|
||||
|
||||
<h1>Add content here</h1>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
<!-- Specific Page JS goes HERE -->
|
||||
{% block javascripts %}{% endblock javascripts %}
|
@ -30,7 +30,7 @@
|
||||
<li class="ms-3 d-none d-lg-inline">
|
||||
<div class="vr"></div>
|
||||
</li>
|
||||
<li class="ms-3 d-none d-lg-inline text-nowrap">
|
||||
<li class="ms-3 d-none d-lg-inline text-nowrap small">
|
||||
© 2024 PYRSS
|
||||
</li>
|
||||
</ul>
|
||||
@ -41,14 +41,14 @@
|
||||
<img src="{% static '/images/pyrss_logo.webp' %}" alt="PYRSS Logo">
|
||||
<h1 class="fw-bold mb-4 font-atkinson-hyperlegible">PYRSS</h1>
|
||||
<div class="d-flex align-items-center flex-nowrap flex-column">
|
||||
<p class="col-lg-8 text-center">Select or <a onclick="newServerModal();" class="text-link text-decoration-none" role="button">add a server</a> from the left hand menu to get started. For more help check the <a href="https://gitea.corbz.dev/corbz/PYRSS-Website/src/branch/master/README.md" class="text-decoration-none" target="_blank">README</a>.</p>
|
||||
<p class="col-lg-8 text-center">Select a server from the left hand menu to get started. For more help check the <a href="https://gitea.cor.bz/corbz/PYRSS-Website/src/branch/master/README.md" class="text-decoration-none" target="_blank">README</a>.</p>
|
||||
<div class="col-lg-8 text-center">
|
||||
<h5>Resources</h5>
|
||||
<div class="hstack gap-3 justify-content-center">
|
||||
<a href="https://gitea.corbz.dev/corbz/PYRSS-Website" class="text-body text-decoration-none" target="_blank"><i class="bi bi-git fs-3"></i></a>
|
||||
<a href="https://gitea.cor.bz/corbz/PYRSS-Website" class="text-body text-decoration-none" target="_blank"><i class="bi bi-git fs-3"></i></a>
|
||||
<a href="https://en.wikipedia.org/wiki/RSS" class="text-body text-decoration-none" target="_blank"><i class="bi bi-rss-fill fs-3"></i></a>
|
||||
<a href="https://discord.com/developers/docs/intro" class="text-body text-decoration-none" target="_blank"><i class="bi bi-discord fs-3"></i></a>
|
||||
<a href="https://gitea.corbz.dev/corbz/PYRSS-Website/src/branch/master/README.md" class="text-body text-decoration-none" target="_blank"><i class="bi bi-question-circle-fill fs-3"></i></a>
|
||||
<a href="https://gitea.cor.bz/corbz/PYRSS-Website/src/branch/master/README.md" class="text-body text-decoration-none" target="_blank"><i class="bi bi-question-circle-fill fs-3"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
<meta name="twitter:title" content="PYRSS">
|
||||
<meta name="twitter:description" content="A feature-rich rss content aggregator for Discord">
|
||||
<meta name="twitter:image" content="https://alpha.corbz.dev/static/images/light-mode.png">
|
||||
<meta name="twitter:image" content="https://alpha.cor.bz/static/images/light-mode.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<title>
|
||||
|
@ -32,7 +32,7 @@
|
||||
<ul class="dropdown-menu">
|
||||
<li><h6 class="dropdown-header">@{{ request.user.username }}</h6></li>
|
||||
<li>
|
||||
<a href="https://gitea.corbz.dev/corbz/PYRSS-Website/src/branch/master/README.md" class="dropdown-item" target="_blank">
|
||||
<a href="https://gitea.cor.bz/corbz/PYRSS-Website/src/branch/master/README.md" class="dropdown-item" target="_blank">
|
||||
<i class="bi bi-question"></i><span class="ms-2">Help</span>
|
||||
</a>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user