Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOP NAVIGATION LINKS #639

Open
devmnj opened this issue Aug 22, 2020 · 1 comment
Open

TOP NAVIGATION LINKS #639

devmnj opened this issue Aug 22, 2020 · 1 comment

Comments

@devmnj
Copy link

devmnj commented Aug 22, 2020

I personally add few more links on the top navigation such as a blog ur or something like that, which come handy.
First I create a config variable [Dictionary list] then add it to the base template. I called it OTHER_WEB_PRECENSES.

I think this is good option for all. Leave it or take it

{% if OTHER_WEB_PRECENSES %} {% for w in OTHER_WEB_PRECENSES %} <li > <a href="{{ w.url }}" target="_blank"> {{ w.name }}</a> </li> {% endfor %} {% endif%}

@silverhook
Copy link
Member

@ManojAP, can you provide a demonstration of how it looks in practice? A link or screenshot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants