diff --git a/.gitignore b/.gitignore index f241645..ae630f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ *.pyc cpprefjp/site/ cpprefjp/cpprefjp.github.io/ +cpprefjp/cpprefjp.relative/ boostjp/site/ boostjp/boostjp.github.io/ +boostjp/boostjp.relative/ settings.*.cache /crsearch.json/crsearch.json diff --git a/boostjp/templates/base.html b/boostjp/templates/base.html index 94310e2..221fcb1 100644 --- a/boostjp/templates/base.html +++ b/boostjp/templates/base.html @@ -26,14 +26,14 @@ {% block rss %}{% endblock %} - - + + - + {% block mathjax %}{% endblock %} @@ -254,7 +254,7 @@ - +
{% block brand %}{% endblock %}
diff --git a/boostjp/templates/content.html b/boostjp/templates/content.html index 3482129..50e9fac 100644 --- a/boostjp/templates/content.html +++ b/boostjp/templates/content.html @@ -15,7 +15,7 @@
  • {% if child.href %} - {{ child.title|e }}{{ child.encoded_cpp_meta }} + {{ child.title|e }}{{ child.encoded_cpp_meta }} {% else %} {{ child.title|e }}{{ child.encoded_cpp_meta }} {% endif %} @@ -26,7 +26,7 @@ {% else %}
  • {% if child.href %} - {{ child.title|e }}{{ child.encoded_cpp_meta }} + {{ child.title|e }}{{ child.encoded_cpp_meta }} {% else %} {{ child.title|e }}{{ child.encoded_cpp_meta }} {% endif %} @@ -49,7 +49,7 @@
  • {% if not header.is_active and header.href %} -