Headers updated to add keywords and RSS feed

pull/1/head
Alexandre Dulaunoy 2016-08-07 05:27:56 +02:00
parent 76909ab687
commit 1ca4127646
1 changed files with 5 additions and 4 deletions

View File

@ -7,9 +7,9 @@
<html>
<head>
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}" />
<meta name="keywords" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}" />
<meta name="keywords" content="MISP, CTI, malware, threat, cyber, intelligence, information exchange, sharing, open source, MISP threat sharing, Malware Information Sharing Platform" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/ico/favicon-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/ico/favicon-114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/ico/favicon-72.png">
@ -25,7 +25,8 @@
<link rel="stylesheet" href="{{ site.baseurl }}/assets/sass/style.css" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/sass/style-wide.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="{{ site.baseurl }}/assets/css/ie/v8.css" /><![endif]-->
</head>
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
</head>
<body>
<!-- Header -->