mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-05 19:07:12 -05:00
Update docs_option.html
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{% for p in site.pages %}
|
||||
{% if p.url == item_url %}
|
||||
<option value="{{ site.url }}{{ p.url }}">{{ p.title }}</option>
|
||||
<option value="{{ site.baseurl }}{{ p.url }}">{{ p.title }}</option>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user