fixup! Remove korea (and so zandapheri) + soviet famine

This commit is contained in:
HackerNCoder 2023-07-18 15:44:34 +00:00
parent 9455c92791
commit 8831550f85

View file

@ -2,7 +2,6 @@
<ul class="nav navbar-nav">
<li{% if this._path == '/' %} class="active"{% endif%}><a href="{{ '/'|url }}">Home</a></li>
{% for href, title in [
['/korea', 'Korea'],
['/soviet-union', 'Soviet Union'],
] %}
<li{% if this.is_child_of(href) %} class="active"{% endif