vern
This commit is contained in:
parent
8c42b48e75
commit
fbb2330988
2 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@
|
|||
<li><a href="https://tilde.town/~mspe">tilde.town</a></li>
|
||||
<li><a href="https://mspe.tildevarsh.in">tildevarsh.in</a></li>
|
||||
<li><a href="https://trash.town/~mspe">trash.town</a></li>
|
||||
<!--<li><a href="https://mspe.vern.cc">vern.cc</a></li>-->
|
||||
<li><a href="https://mspe.vern.cc">vern.cc</a></li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
|
2
sync.py
2
sync.py
|
@ -33,7 +33,7 @@ ARGS = [
|
|||
{'dn':'tilde.town', 'sub': False},
|
||||
{'dn':'tildevarsh.in', 'sub': True},
|
||||
{'dn':'trash.town', 'sub': False},
|
||||
# {'dn':'vern.cc', 'sub': True},
|
||||
{'dn':'vern.cc', 'sub': True},
|
||||
{'dn':'sdf.org', 'root': 'html', 'sub': True},
|
||||
]
|
||||
PUBNIXES = [pubnix.PubNix(**args) for args in ARGS]
|
||||
|
|
Loading…
Reference in a new issue