From 397cc5f5b3dd3868fe43d17270722b6a0646ef16 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 11 Mar 2018 21:22:45 +0000 Subject: [PATCH] Add dontlink tag --- _layouts/default.html | 14 ++++++++------ index.md | 6 +++++- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index c29420a..87e1f58 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -17,22 +17,24 @@

{{ site.title | default: site.github.repository_name }}

{{ site.description | default: site.github.project_tagline }}

- -

+ +

{% for page in site.pages %} - {{ page.title }}
+ {% unless page.tags contains "dontlink" %} + {{ page.title }}
+ {% endunless %} {% endfor %}

- +

GitHub
CircleCI
Latest Builds
Public Peers

- +

- + {% if site.show_downloads %}