diff --git a/_includes/author_card.html b/_includes/author_card.html index 7edde56..bbacb54 100644 --- a/_includes/author_card.html +++ b/_includes/author_card.html @@ -89,6 +89,14 @@ + {% if include.deprecated != null %} +
+

+ This tutorial is deprecated! +

+
+ {% endif %} +

{{ include.summary }} diff --git a/_includes/link.html b/_includes/link.html index 480ec56..a14174b 100644 --- a/_includes/link.html +++ b/_includes/link.html @@ -1,5 +1 @@ -{% if include.content != "" %} - {{ include.content }} -{% else %} - {{ include.url }} -{% endif %} \ No newline at end of file +{{ include.content }} \ No newline at end of file diff --git a/_includes/navigation.html b/_includes/navigation.html index 4317173..2fc929f 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,12 +1,13 @@

- -