No summary duplication + fixing tipue paths + not using Oswald font on articles content

This commit is contained in:
Lucas Cimon
2017-08-07 02:32:45 +02:00
parent 83ad438420
commit 33d690f035
5 changed files with 8 additions and 7 deletions

View File

@@ -10,6 +10,6 @@ $(document).ready(function() {
'showURL': false,
'descriptiveWords': 75,
'highlightEveryTerm': true,
'contentLocation': '/tipue_search.json'
'contentLocation': './tipue_search.json'
});
});