Skip to content

Commit

Permalink
remove default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed Nov 9, 2024
1 parent 1a7c2a9 commit d1777aa
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
26 changes: 0 additions & 26 deletions _layouts/default.html

This file was deleted.

30 changes: 27 additions & 3 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
---
layout: default.html
---
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="{{ site.description }}">
<link rel="canonical" href="{% canonical page.url %}">
<link rel="stylesheet" href="/css/main.css">
<title>{% if title %}{{ title }}{% else %}{{ site.title }}{% endif %}</title>
</head>
<body>
<header>
<div>
<a href="/">{{ site.title }}</a>
</div>
<div>
<a href="{{ site.source }}">Source</a>
<a href="{{ site.issues }}">Issues</a>
</div>
</header>
<article>
{% if title -%}
<h1>{{ title }}</h1>
{% endif -%}
{{ content -}}
</article>
</body>
</html>
1 change: 0 additions & 1 deletion md/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default.html
permalink: /
---

Expand Down

0 comments on commit d1777aa

Please sign in to comment.