Skip to content

Commit f8fb2ae

Browse files
committed
theme: Update top-level URL to skylines.aero
1 parent 99111b7 commit f8fb2ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SkyLines Blog
22

3-
This is the source repository of the [SkyLines](https://www.skylines-project.org) project blog at <http://blog.skylines-project.org>
3+
This is the source repository of the [SkyLines](https://www.skylines.aero) project blog at <http://blog.skylines.aero>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author_email='',
99
packages=[],
1010
scripts=[],
11-
url='http://blog.skylines-project.org/',
11+
url='http://blog.skylines.aero/',
1212
license='',
1313
install_requires=[
1414
"Pelican == 3.3",

theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{% endif %}
4141
</a>
4242
<h2><a href="{{ SITEURL }}/">{{ SITENAME }}</a></h2>
43-
<p><a href="https://www.skylines-project.org/">www.skylines-project.org</a></p>
43+
<p><a href="https://skylines.aero/">skylines.aero</a></p>
4444
<ul>
4545
{% for title, slug in MENUITEMS %}
4646
<li{% if title == category %} class="active"{% endif %}>

0 commit comments

Comments
 (0)