nordgedanken-github-io

git clone git://archive.git.mtrnord.blog/Nordgedanken/nordgedanken-github-io.git
Log | Files | Refs | README | LICENSE

head.html (520B)


      1 <head>
      2   <meta charset="utf-8">
      3   <meta http-equiv="X-UA-Compatible" content="IE=edge">
      4   <meta name="viewport" content="width=device-width, initial-scale=1">
      5 
      6   <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
      7   <meta name="description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
      8 
      9   <link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}">
     10 </head>