mirror of https://github.com/MISP/misp-website
Headers updated to add keywords and RSS feed
parent
76909ab687
commit
1ca4127646
|
@ -9,7 +9,7 @@
|
|||
<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 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,6 +25,7 @@
|
|||
<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]-->
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
Loading…
Reference in New Issue