ige-geophysics / website

This is the source code for the Geophysics Lab website
https://www.ige.unicamp.br/geophysics/
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Jinja2 placeholders #59

Open hbueno opened 4 years ago

hbueno commented 4 years ago

Make a better use of Jinja2 placeholders in tamplates.

hbueno commented 4 years ago
  File "_layouts/page.html", line 1, in top-level template code
    {% extends "_base.html" %}
  File "_layouts/_base.html", line 78, in top-level template code
    {% include 'navbar.html' %} <!-- For Boostrap 4.4.1 -->
  File "_layouts/navbar.html", line 22, in top-level template code
    <a class="navbar-brand" href="{{url_prefix + '/'}}">{{site.brand}}</a>
jinja2.exceptions.UndefinedError: 'url_prefix' is undefined
make: *** [build] Error 1

Opsss...