Skip to content

Commit

Permalink
trying different changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shotsan committed Aug 5, 2024
1 parent 6db5c56 commit c07599c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!DOCTYPE html>
<html>

<head>
<title>{{ page.title }}</title>
<link rel="stylesheet" href="{{ 'assets/main.css' | relative_url }}">
<link rel="stylesheet" href="{{ 'assets/page.css' | relative_url }}" > <!-- css for page layout -->
<link rel="stylesheet" href="{{ 'assets/code.css' | relative_url }}">
</head>
<body>

<script src="https://unpkg.com/[email protected]/dist/vanilla-back-to-top.min.js"></script>
Expand All @@ -19,6 +24,7 @@
text-align: center;
line-height: 30px;
height: 30px;
z-index: 999;
}
</style>

Expand Down

0 comments on commit c07599c

Please sign in to comment.