rmc_website/_layouts/release.html
Lillian Skinner 1061ff0ac0 New release
2025-04-19 06:08:55 -04:00

84 lines
3.5 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
{% if site.target == "STRIPPED" -%}
<meta name="robots" content="noindex">
{%- endif %}
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
<meta property="og:site_name" content="Random Meaningless Characters (rmc)">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="{{ page.title }}">
<meta property="twitter:description" content="DS(i) development software documentation and preservation.">
{% if page.app == null -%}
<title>{{ page.title }} | rmc</title>
<meta property="og:title" content="{{ page.title }}">
{% if page.preview == null -%}
<meta property="og:image" content="{{ site.url }}/icon.png">
<!-- No "twitter" preview if just app icon -->
{%- else -%}
<meta property="og:image" content="{{ site.releasedir }}{{ page.releaseslug }}{{ page.preview }}">
<meta property="twitter:image" content="{{ site.releasedir }}{{ page.releaseslug }}{{ page.preview }}">
{%- endif %}
<meta name="description" content="DS(i) development software documentation and preservation.">
<meta property="og:description" content="DS(i) development software documentation and preservation.">
<meta name="keywords" content="dsi, ds, nintendo, dev" />
{%- endif %}
<link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="{{ site.url }}/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script>
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
<!-- GRRRR I HATE GOOGLE SAYING MY CANONICALS ARE DUPLICATES!! Please someone smart help me... -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.float-container {
border: 0px solid #fff;
font-size: 0;
}
.float-child1 {
width: 40%;
height: 40%;
float: left;
padding: 1vw;
}
.float-child2 {
width: 20%;
height: 40%;
float: right;
padding: 1vw;
}
</style>
</head>
<body>
{% include navdsi.html %}
{% include navncx.html %}
<div id="content-wrap">
{% if page.maxwidth == null -%}
<div class="devinfo-container-main releasepage colorbox">
{%- else -%}
<div class="devinfo-container-main releasepage colorbox" style="max-width: {{ page.maxwidth }};align-content: center;">
{%- endif %}
<img src="{{ site.imgui }}menu/green/dsi_widebarnoprompt_u.png" style="width: 100%;position: static;display: block;" class="pixelate">
<div style="background-image: url('{{ site.imgui }}menu/dsi_widepromptnobar.png');background-size:100% 100%;position: static;display: inline-block;width: 100%;">
<div class="devinfo-main" style="position:relative;">
<div style="text-align:right;">{{ page.date }} | <a href="https://github.com/rvtr/rvtr.github.io/edit/master{{ page.url }}" target="_blank">Edit</a></div>
{{ content }}
</div>
</div>
<img src="{{ site.imgui }}menu/green/dsi_widebarnoprompt_d.png" style="width: 100%;display: block;" class="pixelate">
</div>
</div>
</body>
<footer>
{% include footerdsi.html %}
</footer>
<script src="/theme.js"></script>
</html>