mirror of
https://github.com/ION606/static-site-hosting.git
synced 2026-06-06 07:52:58 +00:00
shift to subdomains
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
{% block content %}
|
||||
<h2>Edit {{ site.name }}</h2>
|
||||
<a href="{{ url_for('serve_site_content', slug=site.slug) }}" class="btn" target="_blank">View Site</a>
|
||||
<a href="{{ url_for('serve_site_content', subdomain=site.subdomain) }}" class="btn" target="_blank">View Site</a>
|
||||
|
||||
<div style="margin-bottom: 30px;"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user