diff --git a/faithful32xLatest.html b/faithful32xLatest.html index 86af75a9..b4b7aa36 100644 --- a/faithful32xLatest.html +++ b/faithful32xLatest.html @@ -6,10 +6,10 @@ {%- assign found = false -%} {%- for post in site.posts -%} - {%- if post.path contains "C32" and found == false -%} + {%- if post.path contains "-C32" and found == false -%} {{ post }} {%- assign found = true -%} - {%- elsif post.path contains "F32" and found == false -%} + {%- elsif post.path contains "-F32" and found == false -%} {{ post }} {%- assign found = true -%} {%- endif -%} diff --git a/faithful64xLatest.html b/faithful64xLatest.html index 700b0d9a..4c6c51d7 100644 --- a/faithful64xLatest.html +++ b/faithful64xLatest.html @@ -6,10 +6,10 @@ {%- assign found = false -%} {%- for post in site.posts -%} - {%- if post.path contains "C64" and found == false -%} + {%- if post.path contains "-C64" and found == false -%} {{ post }} {%- assign found = true -%} - {%- elsif post.path contains "F64" and found == false -%} + {%- elsif post.path contains "-F64" and found == false -%} {{ post }} {%- assign found = true -%} {%- endif -%}