news.tatooine.club/_layouts/default.html

51 lines
1.3 KiB
HTML
Raw Normal View History

2023-06-06 09:13:12 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{page.title}}</title>
2023-06-06 09:52:38 +00:00
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
2023-06-06 09:13:12 +00:00
{% include header.html %}
</head>
<body>
<header>
<p>Text-Only
<a class="full-version-link button" href="https://apps.apple.com/in/app/beatroot-news/id1618735924">iOS</a>
<a class="full-version-link button" href="https://play.google.com/store/apps/details?id=com.beatrootnews.app">Android</a>
2023-06-06 09:43:42 +00:00
<a title="Mobile-Web only" class="full-version-link button" href="https://app.beatrootnews.com/">Web</a>
2023-06-06 09:13:12 +00:00
</p>
</header>
<main>
{{content}}
</main>
<div class="hr-line"></div>
<nav>
<p>Topics</p>
<ul>
{% for topic in site.topics %}
<li class="topic-list"><a href="/{{ topic}}/">{{topic | capitalize}}</a> /</li>
{% endfor %}
</ul>
</nav>
<footer>
2023-06-06 14:14:16 +00:00
2023-06-06 09:13:12 +00:00
<nav class="lower-nav-container">
2023-06-06 14:14:16 +00:00
<span>Beatroot News</span>
<li><a href="https://home.beatrootnews.com/contact">Contact</a></li>
<li><a href="https://home.beatrootnews.com/about">About</a></li>
<li><a href="https://home.beatrootnews.com/terms">Privacy Policy & Terms</a></li>
</nav>
<nav class="lower-nav-container">
<span>This Website</span>
<li><a href="/about/">About</a></li>
2023-06-06 09:13:12 +00:00
</nav>
<p>&copy; Beatroot News</p>
</footer>
</body>
</html>