Compare commits
No commits in common. "dbf43952ea085c40e8a36fb5bdf1882653f1c55e" and "e89d6662396d5338b6390638a57979e4a389839d" have entirely different histories.
dbf43952ea
...
e89d666239
4 changed files with 2 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
|||
<a href='/' {%- if page.title == "Home" %} class='current'{% endif -%}>Home</a>
|
||||
{%- for html_page in site.content -%}
|
||||
{%- unless html_page.title == 'Home' -%}
|
||||
<a href='{{ html_page.url }}' {%- if page.title == html_page.title or layout.sidebar_title == html_page.title %} class='current'{% endif -%}>
|
||||
<a href='{{ html_page.url }}' {%- if page.title == html_page.title %} class='current'{% endif -%}>
|
||||
{{ html_page.title }}
|
||||
</a>
|
||||
{%- endunless -%}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
sidebar_title: Projects
|
||||
---
|
||||
{% comment %}<h1>{{ page.name }}</h1>{% endcomment %}
|
||||
<div class='subheading-links'>
|
||||
{% if page.source %}<a href='{{ page.source }}'>Source code</a>{% endif %}
|
||||
{% if page.website %}<a href='{{ page.website }}'>Website</a>{% endif %}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
name: Scoop UI
|
||||
title: Scoop UI
|
||||
description: Scoop UI is a graphical frontend to Scoop.
|
||||
source: https://gitlab.com/Lynnesbian/scoop-ui
|
||||
language: Rust
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
name: ZtGui
|
||||
title: ZtGui
|
||||
description: ZtGui is a cross-platform graphical frontend for managing ZeroTier networks.
|
||||
source: https://gitlab.com/Lynnesbian/ztgui
|
||||
language: Rust
|
||||
|
|
Loading…
Reference in a new issue