Skip to content

Commit

Permalink
temrarilly remove menu itens not used yet for start publishing the site
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcio Oliveira committed Jan 4, 2021
1 parent 5762c31 commit e541a00
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _includes/dropdown.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
<!-- <a class="navbar-link">
MORE
</a>
</a> -->
<div class="navbar-dropdown has-background-black is-left">
{% for sitepage in site.html_pages %}
{% unless sitepage.url == '/' or sitepage.url == '/404' or sitepage.url == '/blog' or sitepage.url == '/test-page'%}
Expand Down
10 changes: 5 additions & 5 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h5 class="has-text-grey-lighter">{{site.author-name}}</h5>
</div>

<!--Link Section-->
<div class="column has-text-white">
<!-- <div class="column has-text-white">
<h3>More Links</h3>
{% for sitepage in site.html_pages offset: 4 %}
{% unless sitepage.url == '/' limit: 2 %}
Expand All @@ -38,20 +38,20 @@ <h3>More Links</h3>
<li>
<a target="_blank" href="{{site.url}}{{site.baseurl}}/feed.xml">Subscribe via RSS</a>
</li>
</div>
</div> -->

<!--Blog-post Section-->
<div class="column has-text-white">
<!-- <div class="column has-text-white">
<h3>Recent Posts</h3>
{% for post in site.posts offset: 0 limit:3 %}
<li>
<a href="{{post.url | absolute_url}}">{{post.title}}</a>
</li>
{% endfor %}
</div>
</div> -->
</div>
</div>
<div class="has-background-black has-text-centered has-text-white" id="credits">
<i class="far fa-copyright"></i> {{ "now" | date: "%Y" }} | <a href="https://github.com/thedevslot/WhatATheme" target="_blank" rel="noopener noreferrer">WhatATheme</a> - A Theme made with <i class="fas fa-heart has-text-danger"></i> by <a href="https://www.twitter.com/thedevslot" target="_blank" rel="noopener noreferrer">TheDevsLot</a> Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a>
</div>
</footer>
</footer>
6 changes: 3 additions & 3 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
href="{% if page.layout == 'default' %}{{site.url}}{{site.baseurl}}/#{% else %}{{site.url}}{{site.baseurl}}/{% endif %}">HOME</a>
<a class="navbar-item" href="{{site.url}}{{site.baseurl}}/#about">ABOUT</a>
<a class="navbar-item" href="{{site.url}}{{site.baseurl}}/#contact">CONTACT</a>
<a class="navbar-item {% if page.layout == 'blog' %}is-active{% endif %}"
href="{{site.url}}{{site.baseurl}}/blog">BLOG</a>
<!-- <a class="navbar-item {% if page.layout == 'blog' %}is-active{% endif %}"
href="{{site.url}}{{site.baseurl}}/blog">BLOG</a> -->
{% include dropdown.html %}
</div>

Expand All @@ -53,4 +53,4 @@
});
}
});
</script>
</script>

0 comments on commit e541a00

Please sign in to comment.