forked from phoedos/pmd
22 lines
1.2 KiB
HTML
22 lines
1.2 KiB
HTML
<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>
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/fontawesome-free-5.15.4-web/css/all.min.css">
|
|
<link rel="stylesheet" type="text/css" href="assets/bootstrap-4.5.2-dist/css/bootstrap.min.css">
|
|
|
|
<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">
|
|
<link rel="stylesheet" type="text/css" href="css/theme-green.css">
|
|
<link rel="stylesheet" type="text/css" href="css/pmd-customstyles.css">
|
|
|
|
<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">
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="feed.xml">
|