Skip to content

Commit

Permalink
Use default layout for redirect pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Jan 27, 2025
1 parent 848da87 commit a8d2b6b
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions docs/_layouts/redirect.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{% include head.html %}
---
layout: default
---

<body>
<div class="">
{% include menu.html %}
<div class="size margin min-height">
<article>
<h1 class="post-title" data-aos="fade-up" data-aos-delay="200" data-aos-offset="0"> Redirecting to ...</h1>
{{ content }}
<div class="post-date" data-aos="fade-left" data-aos-delay="300" data-aos-offset="0">
<a href='{{ page.redirect.to }}'>
<small>{{ page.redirect.to }}</small>
</a>
</div>

{% include footer.html %}
</div>
</body>
</html>
<div class="margin-top-20 margin-bottom-50">
{{ content }}
</div>
</article>
</div>
<script type="text/javascript">
function getBrowserLanguage() {
Expand Down

0 comments on commit a8d2b6b

Please sign in to comment.