Compare commits
No commits in common. "5082933f2193a0a79e90fdddfdd5f9b9ee238c2b" and "daa7ceb91dfe9097369b2d15390bbedd6c285888" have entirely different histories.
5082933f21
...
daa7ceb91d
@ -16,15 +16,15 @@
|
|||||||
<meta property="og:title" content="{{ title }}">
|
<meta property="og:title" content="{{ title }}">
|
||||||
<meta property="og:description" content="{{ description }}">
|
<meta property="og:description" content="{{ description }}">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<!--
|
|
||||||
<meta property="og:url" content="{{ SITEURL }}">
|
<meta property="og:url" content="{{ SITEURL }}">
|
||||||
<link rel="canonical" href="{{ SITEURL }}">
|
<link rel="canonical" href="{{ SITEURL }}">
|
||||||
|
<!--
|
||||||
<meta property="og:image" content="{{ SITEURL }}/theme/images/###">
|
<meta property="og:image" content="{{ SITEURL }}/theme/images/###">
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/theme/images/site-favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="{{ SITEURL }}/theme/images/site-favicon.ico">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/theme/images/site-apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ SITEURL }}/theme/images/site-apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/theme/images/site-favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ SITEURL }}/theme/images/site-favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/theme/images/site-favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ SITEURL }}/theme/images/site-favicon-16x16.png">
|
||||||
|
|
||||||
{% assets filters="postcss", output="css/style.min.css", "css/tachyons.min.css", "css/styles.css", "css/fonts.css" %}
|
{% assets filters="postcss", output="css/style.min.css", "css/tachyons.min.css", "css/styles.css", "css/fonts.css" %}
|
||||||
<link rel="stylesheet" href="/{{ ASSET_URL }}">
|
<link rel="stylesheet" href="/{{ ASSET_URL }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user