This repository was archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathhead.html
More file actions
19 lines (19 loc) · 1.34 KB
/
head.html
File metadata and controls
19 lines (19 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>CFEngine{% if site.CFE_manuals_version %} {{ site.CFE_manuals_version }} {% endif %} Documentation{% if page.title %} - {{ page.title }}{% endif %}</title>
<link rel="icon" type="image/svg+xml" href="./media/images/favicon.svg">
<!-- page.url ~ https://docs.cfengine.com/latest/pages/examples/tutorials/manage-packages.html -->
<!-- WANT https://docs.cfengine.com/latest/pages/examples-tutorials-manage-packages.html -->
<!-- <link rel="canonical" href="https://docs.cfengine.com/latest{{ page.url | remove: 'pages/' }}"> -->
<!-- Gave https://docs.cfengine.com/latest/examples/tutorials/manage-packages.html -->
<!-- <link rel="canonical" href="https://docs.cfengine.com/latest{{ page.url | remove: 'pages/' | replace: '/', '-' }}"> -->
<!-- Gave https://docs.cfengine.com/latest-reference-masterfiles-policy-framework.html -->
<link rel="canonical" href="https://docs.cfengine.com/latest/{{ page.url | remove: '/pages/' | replace: '/', '-' }}">
{% css_asset_tag global %}
- _assets/css/styles.min.css
{% endcss_asset_tag %}
</head>