Skip to content

Commit

Permalink
Create link.html
Browse files Browse the repository at this point in the history
  • Loading branch information
myogg committed Sep 27, 2024
1 parent dab1aee commit e5c431d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _layouts/link.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div id="container">
{% include nav.html %}
<div class="site">
<div id="page_header">
<div id="page_title">
<h1>{{ page.title }}</h1>
</div>
<div id="page_meta">
<span class="page_meta_date">
&#91;&nbsp;{{ site.time | date_to_long_string }}&nbsp;&#93;
</span>
</div>
</div>
<div class="post">
{{ content }}
</div>
</div>
</div>
</body>
{% include footer.html %}
</html>

0 comments on commit e5c431d

Please sign in to comment.