Skip to content

Commit

Permalink
attempt at banner
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfdewolf committed Feb 13, 2024
1 parent b8960ef commit 81179a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
25 changes: 4 additions & 21 deletions _includes/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,7 @@
<!-- Nav Bar -->
<nav id="navbar" class="navbar navbar-light navbar-expand-sm {% if site.navbar_fixed %}fixed-top{% else %}sticky-top{% endif %}" role="navigation">
<div class="container">
{% if page.permalink != '/' %}
<a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl }}/">
{% if site.title == 'blank' %}
{% if site.first_name %}
<span class="font-weight-bold">
{{- site.first_name -}}
&nbsp;</span
>
{% endif %}
{% if site.middle_name %}
{{- site.middle_name -}}
&nbsp;
{% endif %}
{% if site.last_name %}
{{- site.last_name -}}
{% endif %}
{% else %}
{{- site.title -}}
{% endif %}
</a>
{% elsif site.enable_navbar_social %}
{% if site.enable_navbar_social %}
<!-- Social Icons -->
<div class="navbar-brand social">{% include social.liquid %}</div>
{% endif %}
Expand Down Expand Up @@ -130,4 +110,7 @@
</div>
</progress>
{% endif %}
{% if site.banner != "blank" %}
<img src="{{site.banner}}" class="banner" alt="Banner Image">
{% endif %}
</header>
2 changes: 1 addition & 1 deletion _pages/repositories.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
permalink: /repositories/
title: Repositories
title: repositories
description: An overview of the lab's published code and tools.
nav: true
nav_order: 4
Expand Down

0 comments on commit 81179a6

Please sign in to comment.