summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-08-02 01:53:31 -0700
committerGarrett D'Amore <garrett@damore.org>2020-08-02 01:53:31 -0700
commit391a46da897cb4c5a297444505c8b758de9cfe70 (patch)
tree7fe806b8d021b155502646ca6cc324139c4447fd
parent95ec44ab67cfd96d9a417392bcb4d8ec5f60df83 (diff)
downloadnng-391a46da897cb4c5a297444505c8b758de9cfe70.tar.gz
nng-391a46da897cb4c5a297444505c8b758de9cfe70.tar.bz2
nng-391a46da897cb4c5a297444505c8b758de9cfe70.zip
fixup EOL
-rwxr-xr-x_includes/manpage_v2.html60
1 files changed, 30 insertions, 30 deletions
diff --git a/_includes/manpage_v2.html b/_includes/manpage_v2.html
index 3f97d0ac..e75217b4 100755
--- a/_includes/manpage_v2.html
+++ b/_includes/manpage_v2.html
@@ -1,30 +1,30 @@
-<!doctype html>
-<html lang="en">
-
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="/nn.css">
- <link rel="stylesheet" href="/nn-pygments.css">
- <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap" rel="stylesheet">
- <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
- rel="stylesheet">
- <title>{{page.title}}</title>
-</head>
-
-<body class="manpage toc2 toc-left">
- {% include header-manpage.html %}
-
- {% include_relative _toc.html %}
-
- <main>
- {{ content }}
- </main>
-
- {% include footer-manpage.html %}
-
-</body>
-
-</html>
+<!doctype html>
+<html lang="en">
+
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/nn.css">
+ <link rel="stylesheet" href="/nn-pygments.css">
+ <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap" rel="stylesheet">
+ <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
+ rel="stylesheet">
+ <title>{{page.title}}</title>
+</head>
+
+<body class="manpage toc2 toc-left">
+ {% include header-manpage.html %}
+
+ {% include_relative _toc.html %}
+
+ <main>
+ {{ content }}
+ </main>
+
+ {% include footer-manpage.html %}
+
+</body>
+
+</html>