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

simplify navigation menu links #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

simplify navigation menu links #11

wants to merge 1 commit into from

Conversation

ccarruitero
Copy link
Member

Simplifica los links del menu

@@ -13,7 +13,7 @@
<ul class="navbar-nav mr-auto">
{% for item in site.data.navigation %}
<li class="nav-item {% if page.url == item.link %}active{% endif %}">
<a class="nav-link" href="{% if item.external %}{{ item.link }}{% else %}{{ site.url|append: item.link }}{% endif %}">
<a class="nav-link" href="{{ item.link }}">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

He tenido problemas con jekyll para mostrar las rutas del mismo dominio, por eso uso site.url.

Estoy pensando en mover todo a GatsbyJS.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uhmm .. que tipo de problemas habia?

Tal vez habria que implementar algun tipo de staging en cada PR para probar los cambios de manera mas sencilla.

Lo de moverlo a Gatsby, la verdad que no lo he utilizado; pero por mi no hay problema. De paso se podria aprovechar para mejorar un poco el diseño de la web.

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

Successfully merging this pull request may close these issues.

2 participants