From 93d86042b0deb37027427bd71876a8fbed4618d4 Mon Sep 17 00:00:00 2001 From: Jacob Walchuk Date: Sat, 10 Apr 2021 04:13:21 -0700 Subject: [PATCH] fixed unicode glitch --- _layouts/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index fcd55c9..281a8f1 100644 --- a/_layouts/post.html +++ a/_layouts/post.html @@ -71,9 +71,9 @@ x.elements[6].value, {text: 'Vocabulary Words', style: 'header'}, { ul: [ - ''.concat(x.elements[7].value, ' → ', x.elements[8].value), - ''.concat(x.elements[9].value, ' → ', x.elements[10].value), - ''.concat(x.elements[11].value, ' → ', x.elements[12].value) + ''.concat(x.elements[7].value, ' - ', x.elements[8].value), + ''.concat(x.elements[9].value, ' - ', x.elements[10].value), + ''.concat(x.elements[11].value, ' - ', x.elements[12].value) ] }, {text: 'Outcome/Future Projections', style: 'header'}, -- rgit 0.1.5