Sha256: 9cd457e827aa977d82a77d60ca2f023262184ac60ad6b735991b67c0da523644

Contents?: true

Size: 1.48 KB

Versions: 7

Compression:

Stored size: 1.48 KB

Contents

<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
  <meta charset="utf-8">
  <title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
  <meta name="author" content="{{ site.author }}">

  {% capture description %}{% if page.description %}{{ page.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %}
  <meta name="description" content="{{ description | strip_html | condense_spaces | truncate:150 }}">
  {% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %}

  <!-- http://t.co/dKP3o1e -->
  <meta name="HandheldFriendly" content="True">
  <meta name="MobileOptimized" content="320">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  {% 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 href="{{ root_url }}/favicon.png" rel="icon">
  <script src="{{ root_url }}/assets/javascripts/app.js"></script>
  <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
  {% include custom/head.html %}
  {% include custom/baidu_analytics.html %}
  {% include google_analytics.html %}
</head>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-lenciel-theme-0.5.0 _includes/head.html
jekyll-lenciel-theme-0.4.0 _includes/head.html
jekyll-lenciel-theme-0.3.0 _includes/head.html
jekyll-lenciel-theme-0.2.9 _includes/head.html
jekyll-lenciel-theme-0.2.8 _includes/head.html
jekyll-lenciel-theme-0.2.7 _includes/head.html
jekyll-lenciel-theme-0.2.6 _includes/head.html