Skip to content

Commit

Permalink
trying to fix site issues
Browse files Browse the repository at this point in the history
  • Loading branch information
saden1 committed Jul 19, 2017
1 parent cf57c6f commit 0a6871e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ port: 4080
host: 0.0.0.0
safe: false

baseurl: "" # the subpath of your site, e.g. /blog/
url: "http:https://example.com" # the base hostname & protocol for your site
baseurl: "" #"/blog" # the subpath of your site, e.g. /blog/
url: "http:https://testifyproject.org/blog"

# THEME-SPECIFIC CONFIGURATION
theme_settings:
Expand Down
10 changes: 5 additions & 5 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<!--Favicon-->
<link href='http:https://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
<link rel="manifest" href="/img/manifest.json">
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#3c4e5c">
<link rel="apple-touch-icon" sizes="180x180" href="{{ "/img/apple-touch-icon.png" | prepend: site.baseurl | prepend: site.url }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/img/favicon-32x32.png" | prepend: site.baseurl | prepend: site.url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/img/favicon-16x16.png" | prepend: site.baseurl | prepend: site.url }}">
<link rel="manifest" href="{{ "/img/manifest.json" | prepend: site.baseurl }}">
<link rel="mask-icon" href="{{ "/img/safari-pinned-tab.svg" | prepend: site.baseurl }}" color="#3c4e5c">
<meta name="theme-color" content="#3c4e5c">

<!-- Canonical -->
Expand Down

0 comments on commit 0a6871e

Please sign in to comment.