mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2025-07-30 13:30:17 +00:00
No summary duplication + fixing tipue paths + not using Oswald font on articles content
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
@@ -10,6 +10,6 @@ $(document).ready(function() {
|
||||
'showURL': false,
|
||||
'descriptiveWords': 75,
|
||||
'highlightEveryTerm': true,
|
||||
'contentLocation': '/tipue_search.json'
|
||||
'contentLocation': './tipue_search.json'
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user