2016-09-07 16:10:48 -04:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="description" content="{% if page.summary %}{{ page.summary | strip_html | strip_newlines | truncate: 160 }}{% endif %}">
|
|
|
|
<meta name="keywords" content="{{page.tags}}{% if page.tags %}, {% endif %} {{page.keywords}}">
|
|
|
|
<title>{{ page.title }} | {{ site.site_title }}</title>
|
|
|
|
|
|
|
|
|
2023-04-28 11:05:23 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="assets/fontawesome-free-5.15.4-web/css/all.min.css">
|
2020-09-18 11:49:49 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="assets/bootstrap-4.5.2-dist/css/bootstrap.min.css">
|
|
|
|
|
2020-09-20 19:35:22 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/syntax.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/modern-business.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/customstyles.css">
|
2020-09-28 17:49:05 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/theme-green.css">
|
2020-09-20 19:35:22 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/pmd-customstyles.css">
|
2016-09-07 16:10:48 -04:00
|
|
|
|
2023-04-28 11:07:18 +02:00
|
|
|
<link rel="shortcut icon" href="images/logo/favicon.ico" type="image/x-icon">
|
|
|
|
<link rel="icon" href="images/logo/favicon.ico" type="image/x-icon">
|
2016-09-07 16:10:48 -04:00
|
|
|
|
2020-09-20 19:35:22 +02:00
|
|
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="feed.xml">
|