Update website URL in lammps theme

This commit is contained in:
Richard Berger
2021-06-03 12:03:36 -04:00
parent 1e66dfbd74
commit 21607fe0ce

View File

@ -65,7 +65,7 @@
{% elif show_source and has_source and sourcename %} {% elif show_source and has_source and sourcename %}
<a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> {{ _('View page source') }}</a> <a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> {{ _('View page source') }}</a>
{% endif %} {% endif %}
<a href="http://lammps.sandia.gov">Website</a> <a href="https://www.lammps.org">Website</a>
<a href="Commands_all.html">Commands</a> <a href="Commands_all.html">Commands</a>
{% endif %} {% endif %}
</li> </li>