Skip to content

Commit

Permalink
refactor: cleanup line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Mar 30, 2023
1 parent 7b15623 commit 7faaf5c
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
</div>
</footer>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
<link rel="stylesheet" href="/css/ipseity.min.css">
<link rel="icon" href="/img/ipfs-standards.svg">
</head>
<body>
<body>
2 changes: 1 addition & 1 deletion src/_includes/specs/http-gateways/http.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
that allow light IPFS clients to retrieve data behind a CID and verify its integrity without delegating any
trust to the gateway itself.
</dd>
</dl>
</dl>
2 changes: 1 addition & 1 deletion src/_includes/specs/http-gateways/web.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
enables URL redirects or rewrites by adding redirect rules to a0 file stored underneath the root CID of a web
site.
</dd>
</dl>
</dl>
2 changes: 1 addition & 1 deletion src/_includes/specs/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
Specifies the format and system used to create and maintain specifications for
the interplanetary stack.
</dd>
</dl>
</dl>
1 change: 0 additions & 1 deletion src/css/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

body {
margin: 0;
padding: 0;
Expand Down
2 changes: 0 additions & 2 deletions src/css/specs.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


:root {
--size-mono: 0.9em;
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ <h3><a href="/meta/">Meta</a></h3>
</section>
</main>

{% include 'footer.html' %}
{% include 'footer.html' %}

0 comments on commit 7faaf5c

Please sign in to comment.