Changeset - 28da60c642ca
[Not reviewed]
0 5 0
Daniel Pono Takamori - 2 years ago 2021-10-19 13:47:58
pono@apache.org
add appropriate top level menu to sidebar
5 files changed with 10 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/copyleft-compliance/glossary.html
Show inline comments
...
 
@@ -4,4 +4,7 @@
 
{% block content %}
 

	
 
            <h2>What We Do</h2>
 
            {% include 'submenus/what_we_do_partial.html' %}
 

	
 
<h1 id="glossary">Glossary of terms</h1>
 

	
www/conservancy/templates/base_about.html
Show inline comments
...
 
@@ -3,5 +3,5 @@
 
    <div id="container">
 
         <div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
 
            <h2>{% block category %}About{% endblock %}</h2>
 
            <h2>{% block category %}Who We Are{% endblock %}</h2>
 
            {% include 'submenus/who_we_are_partial.html' %}
 
         </div>
www/conservancy/templates/base_compliance.html
Show inline comments
...
 
@@ -27,4 +27,6 @@
 
    <div id="container">
 
         <div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
 
            <h2>What We Do</h2>
 
            {% include 'submenus/what_we_do_partial.html' %}
 
            <h2>Our Copyleft {% block category %}Compliance{% endblock %} Projects</h2>
 
            <ul>
www/conservancy/templates/base_press.html
Show inline comments
...
 
@@ -27,4 +27,6 @@
 
    <div id="container">
 
         <div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
 
            <h2>What We Do</h2>
 
            {% include 'submenus/what_we_do_partial.html' %}
 
            <h2>Resources for Journalists</h2>
 
            <ul>
www/conservancy/templates/base_projects.html
Show inline comments
...
 
@@ -3,4 +3,6 @@
 
    <div id="container">
 
         <div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
 
            <h2>What We Do</h2>
 
            {% include 'submenus/what_we_do_partial.html' %}
 
            <h2>{% block category %}Projects{% endblock %} &amp; Services</h2>
 
            <ul>
0 comments (0 inline, 0 general)