Skip to content

Commit

Permalink
Fixing homepage banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Earl Soriano Fojas/Server Solutions G /SRPH/Engineer/Samsung Electronics committed Sep 26, 2023
1 parent 8c5f82d commit ba8d249
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions _includes/header_custom.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
<a href="/about">{% t links.about %}</a>
<a href="/about">{% t links.guide %}</a>
<a href="/about">{% t links.license %}</a>
<a href="/about">{% t links.news %}</a>
<a href="/about">{% t links.faq %}</a>
<a href="/guide">{% t links.guide %}</a>
<a href="/license">{% t links.license %}</a>
<a href="/news">{% t links.news %}</a>
<a href="/faq">{% t links.faq %}</a>
</div>
4 changes: 2 additions & 2 deletions _includes/homepage_banner.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<span class="text-center banner">
<div class="text-center banner">
<h2 class="fw-700 fs-8 header"> {% t site.header %} </h2>
<h3 class="fw-700 fs-6 header"> {% t site.subheader %} </h3>
{% t site.tagline %}
</span>
</div>

0 comments on commit ba8d249

Please sign in to comment.