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

@@ -16,6 +16,9 @@ a {
.uk-article-meta > .uk-icon-comment {
color: #444; }
.uk-article-content {
font: 400 14px / 20px "Helvetica Neue",Helvetica,Arial,sans-serif; }
.uk-icon-twitter {
color: #00B0ED; }

View File

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