Skip to content

Commit bc5e66d

Browse files
committed
fix layout
1 parent c1f6e55 commit bc5e66d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h5 class="card-header">Side Widget</h5>
135135
</footer>
136136

137137
<!-- Bootstrap core JavaScript -->
138-
<script src="vendor/jquery/jquery.min.js"></script>
139-
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
138+
<script src="/public/vendor/jquery/jquery.min.js"></script>
139+
<script src="/public/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
140140

141141
</body>

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
---
4-
<h1>{{ page.title }}</h1>
4+
<h1 class="mt-4">{{ page.title }}</h1>
55
<p class="meta">{{ page.date | date_to_string }} | {% if page.comments %} • <a href="https://telkomdev.github.io{{ page.url }}#disqus_thread">0 Comments</a>{% endif %}</p>
66

77
<div class="post">

0 commit comments

Comments
 (0)