Compare commits

...

3 commits

Author SHA1 Message Date
dbf43952ea
highlight projects in sidebar on project pages 2024-08-28 13:02:20 +10:00
0e041aa4e7
fix scoop ui's title 2024-08-28 13:01:51 +10:00
12bf1b932c
fix ztgui's title 2024-08-28 13:01:27 +10:00
4 changed files with 4 additions and 2 deletions

View file

@ -34,7 +34,7 @@
<a href='/' {%- if page.title == "Home" %} class='current'{% endif -%}>Home</a> <a href='/' {%- if page.title == "Home" %} class='current'{% endif -%}>Home</a>
{%- for html_page in site.content -%} {%- for html_page in site.content -%}
{%- unless html_page.title == 'Home' -%} {%- unless html_page.title == 'Home' -%}
<a href='{{ html_page.url }}' {%- if page.title == html_page.title %} class='current'{% endif -%}> <a href='{{ html_page.url }}' {%- if page.title == html_page.title or layout.sidebar_title == html_page.title %} class='current'{% endif -%}>
{{ html_page.title }} {{ html_page.title }}
</a> </a>
{%- endunless -%} {%- endunless -%}

View file

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
sidebar_title: Projects
--- ---
{% comment %}<h1>{{ page.name }}</h1>{% endcomment %}
<div class='subheading-links'> <div class='subheading-links'>
{% if page.source %}<a href='{{ page.source }}'>Source code</a>{% endif %} {% if page.source %}<a href='{{ page.source }}'>Source code</a>{% endif %}
{% if page.website %}<a href='{{ page.website }}'>Website</a>{% endif %} {% if page.website %}<a href='{{ page.website }}'>Website</a>{% endif %}

View file

@ -1,5 +1,6 @@
--- ---
name: Scoop UI name: Scoop UI
title: Scoop UI
description: Scoop UI is a graphical frontend to Scoop. description: Scoop UI is a graphical frontend to Scoop.
source: https://gitlab.com/Lynnesbian/scoop-ui source: https://gitlab.com/Lynnesbian/scoop-ui
language: Rust language: Rust

View file

@ -1,5 +1,6 @@
--- ---
name: ZtGui name: ZtGui
title: ZtGui
description: ZtGui is a cross-platform graphical frontend for managing ZeroTier networks. description: ZtGui is a cross-platform graphical frontend for managing ZeroTier networks.
source: https://gitlab.com/Lynnesbian/ztgui source: https://gitlab.com/Lynnesbian/ztgui
language: Rust language: Rust