Minor cleanup
This commit is contained in:
parent
f2ad9bd607
commit
0ac30528ca
4 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,7 @@ owner:
|
||||||
|
|
||||||
# Analytics and webmaster tools stuff goes here
|
# Analytics and webmaster tools stuff goes here
|
||||||
google_analytics: UA-41189495-1
|
google_analytics: UA-41189495-1
|
||||||
|
google_verify: UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y
|
||||||
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
|
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
|
||||||
bing_verify: D81F4C18A6CB3018F64D7C827D953DFD
|
bing_verify: D81F4C18A6CB3018F64D7C827D953DFD
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,10 @@
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
||||||
<meta property="og:site_name" content="{{ site.title }}">
|
<meta property="og:site_name" content="{{ site.title }}">
|
||||||
|
|
||||||
|
<!-- Webmaster Tools verfication -->
|
||||||
|
<meta name="google-site-verification" content="{{ site.google_verify }}">
|
||||||
<meta name="msvalidate.01" content="{{ site.bing_verify }}">
|
<meta name="msvalidate.01" content="{{ site.bing_verify }}">
|
||||||
|
|
||||||
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
|
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
|
||||||
<link rel="canonical" href="{{ canonical }}">
|
<link rel="canonical" href="{{ canonical }}">
|
||||||
<link href="{{ site.url }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
|
<link href="{{ site.url }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
|
||||||
|
|
2
about.md
2
about.md
|
@ -18,4 +18,4 @@ Jekyll is pretty rad and figured releasing a cleaned up version of [my setup](ht
|
||||||
* Large feature images for posts and pages.
|
* Large feature images for posts and pages.
|
||||||
* Simple and clear permalink structure *(ie: domain.com/category/post-title)*
|
* Simple and clear permalink structure *(ie: domain.com/category/post-title)*
|
||||||
|
|
||||||
<a markdown="0" href="/theme-setup" class="btn">Install Minimal Mistakes Theme</a>
|
<a markdown="0" href="{{ site.url }}/theme-setup" class="btn">Install Minimal Mistakes Theme</a>
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in a new issue