Compare commits
3 commits
e89d666239
...
dbf43952ea
Author | SHA1 | Date | |
---|---|---|---|
dbf43952ea | |||
0e041aa4e7 | |||
12bf1b932c |
4 changed files with 4 additions and 2 deletions
|
@ -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 -%}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue