1
0

base.html 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- [[! Document Settings ]] -->
  5. <meta charset="utf-8" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7. <!-- [[! Page Meta ]] -->
  8. <title>Finding The Way Home</title>
  9. <meta name="description" content="Finding The Way Home - A beautiful narrative written with the world's most elegant publishing platform. The story begins here." />
  10. <meta name="HandheldFriendly" content="True" />
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  12. <link rel="shortcut icon" href="/media/images/favicon.ico" >
  13. <!-- [[! Styles'n'Scripts ]] -->
  14. <link rel="stylesheet" type="text/css" href="/media/css/screen.css" />
  15. <link rel="stylesheet" type="text/css"
  16. href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
  17. <link rel="stylesheet" type="text/css" href="/media/css/syntax.css" />
  18. <!-- [[! Ghost outputs important style and meta data with this tag ]] -->
  19. <link rel="canonical" href="/jasper/" />
  20. <meta name="referrer" content="origin" />
  21. <link rel="next" href="/jasper/page2/" />
  22. <meta property="og:site_name" content="Finding The Way Home" />
  23. <meta property="og:type" content="website" />
  24. <meta property="og:title" content="Finding The Way Home" />
  25. <meta property="og:description" content="A beautiful narrative written with the world's most elegant publishing platform. The story begins here." />
  26. <meta property="og:url" content="/jasper/" />
  27. <meta property="og:image" content="/media/images/cover1.jpg" />
  28. <meta name="twitter:card" content="summary_large_image" />
  29. <meta name="twitter:title" content="Finding The Way Home" />
  30. <meta name="twitter:description" content="A beautiful narrative written with the world's most elegant publishing platform. The story begins here." />
  31. <meta name="twitter:url" content="/jasper/" />
  32. <meta name="twitter:image:src" content="/media/images/cover1.jpg" />
  33. <script type="application/ld+json">
  34. {
  35. "@context": "http://schema.org",
  36. "@type": "Website",
  37. "publisher": "Finding The Way Home",
  38. "url": "/jasper/",
  39. "image": "/media/images/cover1.jpg",
  40. "description": "A beautiful narrative written with the world's most elegant publishing platform. The story begins here."
  41. }
  42. </script>
  43. <meta name="generator" content="blogit 1.0" />
  44. <link rel="alternate" type="application/rss+xml" title="Finding The Way Home" href="/jasper/rss.xml" />
  45. </head>
  46. <body class="home-template nav-closed">
  47. {% block navigation %}
  48. <div class="nav">
  49. <h3 class="nav-title">Menu</h3>
  50. <a href="#" class="nav-close">
  51. <span class="hidden">Close</span>
  52. </a>
  53. <ul>
  54. <li class="nav-home nav-current" role="presentation"><a href="/jasper/">Home</a></li>
  55. <li class="nav-about " role="presentation"><a href="/jasper/about">About</a></li>
  56. <li class="nav-fables " role="presentation"><a href="/jasper/tag/fables">Fables</a></li>
  57. <li class="nav-speeches " role="presentation"><a href="/jasper/tag/speeches">Speeches</a></li>
  58. <li class="nav-fiction " role="presentation"><a href="/jasper/tag/fiction">Fiction</a></li>
  59. <li class="nav-author " role="presentation"><a href="/jasper/author/casper">Author</a></li>
  60. </ul>
  61. <a class="subscribe-button icon-feed" href="/jasper/rss.xml">Subscribe</a>
  62. </div>
  63. {% endblock navigation %}
  64. <span class="nav-cover"></span>
  65. <div class="site-wrapper">
  66. {% block header %}
  67. <!-- The big featured header -->
  68. <header class="main-header "
  69. style="background-image: url(/media/images/cover1.jpg) ">
  70. <nav class="main-nav overlay clearfix">
  71. <a class="blog-logo" href="/jasper/"><img src="/media/images/ghost.png" alt="Blog Logo" /></a>
  72. <a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
  73. </nav>
  74. <div class="vertical">
  75. <div class="main-header-content inner">
  76. <h1 class="page-title">Finding The Way Home</h1>
  77. <h2 class="page-description">A beautiful narrative written with the world's most elegant publishing platform. The story begins here.</h2>
  78. </div>
  79. </div>
  80. <a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
  81. </header>
  82. {% endblock header %}
  83. {% block content %}
  84. {% endblock content %}
  85. <!-- [[! Ghost outputs important scripts and data with this tag ]] -->
  86. <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
  87. <!-- [[! The main JavaScript file for Casper ]] -->
  88. <script type="text/javascript" src="/media/js/jquery.fitvids.js"></script>
  89. <script type="text/javascript" src="/media/js/index.js"></script>
  90. {% block analytics %}
  91. <!-- Add Google Analytics -->
  92. <!-- Google Analytics Tracking code -->
  93. <script>
  94. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  95. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  96. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  97. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  98. ga('create', 'UA-69281367-1', 'auto');
  99. ga('send', 'pageview');
  100. </script>
  101. {% endblock %}
  102. </body>
  103. </html>