-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using ghost api version 2 for searches
- Loading branch information
GodoFredo
committed
Jan 30, 2019
1 parent
ad2088a
commit 72b0ad4
Showing
30 changed files
with
129 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ | |
<meta name="HandheldFriendly" content="True" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
{{!-- Styles --}} | ||
{{!-- <link rel="stylesheet" type="text/css" href="{{asset "styles/main.css"}}"/> --}} | ||
<link rel="stylesheet" type="text/css" href="{{asset "styles/main.css"}}"/> | ||
{{!-- All Styles Compress --}} | ||
<style>{{> "styles"}}</style> | ||
{{!-- <style>{{> "styles"}}</style> --}} | ||
{{!-- Font Roboto 400 --}} | ||
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> | ||
{{!-- Ghost outputs important style and meta data with this tag --}} | ||
|
@@ -55,6 +55,8 @@ | |
|
||
{{!-- The main JavaScript --}} | ||
<script src="{{asset "scripts/main.js"}}" defer></script> | ||
{{!-- Content API --}} | ||
<script src="https://unpkg.com/@tryghost/[email protected]/umd/content-api.min.js" defer></script> | ||
<script src="{{asset "scripts/search.js"}}" defer></script> | ||
|
||
{{#if pagination.pages}} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<html lang="{{lang}}"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>{{t "Page not found"}}</title> | ||
|
||
{{!-- All Styles Compress --}} | ||
|
@@ -67,7 +67,11 @@ | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> | ||
|
||
{{!-- The main JavaScript --}} | ||
<script type="text/javascript" src="{{asset "scripts/main.js"}}"></script> | ||
<script type="text/javascript" src="{{asset "scripts/main.js"}}" defer></script> | ||
|
||
{{!-- Content API --}} | ||
<script src="https://unpkg.com/@tryghost/[email protected]/umd/content-api.min.js" defer></script> | ||
<script src="{{asset "scripts/search.js"}}" defer></script> | ||
|
||
{{!-- Font Source sans Pro && roboto mono --}} | ||
<script type="text/javascript">WebFontConfig ={google:{families:['Roboto+Mono:400','Ruda:400,700,900']}};(function(){var wf=document.createElement('script');wf.src='https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js';wf.type='text/javascript';wf.async='true';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(wf,s);})();</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.