Changing footer navigation links

372 views
Skip to first unread message

Erik Van de Water

unread,
Feb 22, 2017, 3:26:40 PM2/22/17
to Open edX operations
I am trying to change the links in the navigation for the footer.  I have set my site root correctly so it shows mysite.com/donate for the donate link instead of localhost/donate, but this is still insufficient since my site doesn't have a donate page, or a blog page, and the about page is under /vision

How can I edit the footer dictionary for navigation links:?

footer['navigation_links']



___
From edx-platform/lms/templates/footer.html:

<nav class="nav-colophon" aria-label="${_('About')}">
        <ol>
            % for item_num, link in enumerate(footer['navigation_links'], start=1):
            <li class="nav-colophon-0${item_num}">
              <a id="${link['name']}" href="${link['url']}">${link['title']}</a>
            </li>
            % endfor
        </ol>

Shane Reynolds

unread,
Jul 8, 2017, 6:57:40 AM7/8/17
to Open edX operations
Did you ever find out how to do this Erik?

Srikanta Patanjali

unread,
Jul 19, 2017, 4:55:14 AM7/19/17
to Open edX operations
Reply all
Reply to author
Forward
0 new messages