|
28 | 28 | <meta property="og:title" content="${title}" />
|
29 | 29 | <meta property="og:description" content="${desc}" />
|
30 | 30 | <meta property="og:url" content="${canonical}" />
|
31 |
| - <meta property="og:image" content="https://demo.ghost.io/content/images/2017/07/blog-cover.jpg" /> |
| 31 | + <meta property="og:image" content="${options.casper_general_cover?default('/casper/assets/images/blog-cover.jpg')}" /> |
32 | 32 | <meta property="article:publisher" content="https://www.facebook.com/ghost" />
|
33 | 33 | <meta name="twitter:card" content="summary_large_image" />
|
34 | 34 | <meta name="twitter:title" content="${title}" />
|
35 | 35 | <meta name="twitter:description" content="${desc}" />
|
36 | 36 | <meta name="twitter:url" content="${canonical}" />
|
37 |
| - <meta name="twitter:image" content="https://demo.ghost.io/content/images/2017/07/blog-cover.jpg" /> |
| 37 | + <meta name="twitter:image" content="${options.casper_general_cover?default('/casper/assets/images/blog-cover.jpg')}" /> |
38 | 38 | <meta name="twitter:site" content="@tryghost" />
|
39 | 39 | <meta property="og:image:width" content="2000" />
|
40 | 40 | <meta property="og:image:height" content="666" />
|
41 |
| - |
42 |
| - <script type="application/ld+json"> |
43 |
| - { |
44 |
| - "@context": "https://schema.org", |
45 |
| - "@type": "WebSite", |
46 |
| - "publisher": { |
47 |
| - "@type": "Organization", |
48 |
| - "name": "Ghost", |
49 |
| - "logo": "https://demo.ghost.io/content/images/2014/09/Ghost-Transparent-for-DARK-BG.png" |
50 |
| - }, |
51 |
| - "url": "https://demo.ghost.io/", |
52 |
| - "image": { |
53 |
| - "@type": "ImageObject", |
54 |
| - "url": "https://demo.ghost.io/content/images/2017/07/blog-cover.jpg", |
55 |
| - "width": 2000, |
56 |
| - "height": 666 |
57 |
| - }, |
58 |
| - "mainEntityOfPage": { |
59 |
| - "@type": "WebPage", |
60 |
| - "@id": "https://demo.ghost.io/" |
61 |
| - }, |
62 |
| - "description": "The professional publishing platform" |
63 |
| - } |
64 |
| - </script> |
65 |
| - |
66 | 41 | <meta name="generator" content="Halo 0.0.7" />
|
67 | 42 | <link rel="alternate" type="application/rss+xml" title="${options.blog_title}" href="${options.blog_url}/feed.xml" />
|
68 | 43 |
|
|
73 | 48 |
|
74 | 49 | <#-- All the main content gets inserted here, index.hbs, post.hbs, etc -->
|
75 | 50 | <#nested >
|
76 |
| - |
77 | 51 | <#-- The footer at the very bottom of the screen -->
|
| 52 | + <#assign current="${.now}"> |
78 | 53 | <footer class="site-footer outer">
|
79 | 54 | <div class="site-footer-content inner">
|
80 |
| - <section class="copyright"><a href="${options.blog_url}">${options.blog_title}</a> © ${options.blog_start}</section> |
| 55 | + <section class="copyright"><a href="${options.blog_url}">${options.blog_title}</a> © ${current?substring(0,4)}</section> |
81 | 56 | <nav class="site-footer-nav">
|
82 | 57 | <a href="${options.blog_url}">Latest Posts</a>
|
83 |
| - <a href="{{facebook_url @blog.facebook}}" target="_blank" rel="noopener">Facebook</a> |
84 |
| - <a href="{{twitter_url @blog.twitter}}" target="_blank" rel="noopener">Twitter</a> |
| 58 | + <a href="https://www.facebook.com/ghost" target="_blank" rel="noopener">Facebook</a> |
| 59 | + <a href="https://twitter.com/tryghost" target="_blank" rel="noopener">Twitter</a> |
| 60 | + <a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a> |
85 | 61 | <a href="https://github.com/ruibaby/halo" target="_blank" rel="noopener">Halo</a>
|
86 | 62 | </nav>
|
87 | 63 | </div>
|
|
105 | 81 |
|
106 | 82 | <#-- jQuery + Fitvids, which makes all video embeds responsive -->
|
107 | 83 | <script
|
108 |
| - src="https://code.jquery.com/jquery-3.2.1.min.js" |
| 84 | + src="//cdn.bootcss.com/jquery/3.2.1/jquery.min.js" |
109 | 85 | integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
|
110 | 86 | crossorigin="anonymous">
|
111 | 87 | </script>
|
|
0 commit comments