1
0
mirror of https://github.com/danbee/persephone-web.git synced 2025-03-04 08:39:07 +00:00

Compare commits

..

No commits in common. "634f445295205cb32c59daf37af138d3f08b010d" and "dfa7a5be0524786121499ab7e1c6074ef3f8f779" have entirely different histories.

5 changed files with 3 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 482 KiB

After

Width:  |  Height:  |  Size: 477 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 479 KiB

After

Width:  |  Height:  |  Size: 454 KiB

View File

@ -1,5 +1,5 @@
--- ---
title: Persephone A modern, open source MPD client for macOS title: Persephone
--- ---
<header role="banner"> <header role="banner">
@ -31,7 +31,7 @@ title: Persephone A modern, open source MPD client for macOS
</div> </div>
<div class="download-section"> <div class="download-section">
<a class="download-button" href="https://f001.backblazeb2.com/file/persephone/Persephone-0.16.0-alpha.zip">↓ Download 0.16.0-alpha</a> <a class="download-button" href="https://f001.backblazeb2.com/file/persephone/Persephone-0.15.2-alpha.zip">↓ Download 0.15.2-alpha</a>
</div> </div>
<picture class="screenshot"> <picture class="screenshot">

View File

@ -6,12 +6,8 @@
<meta name="viewport" <meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"> content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Use the title from a page's frontmatter if it has one --> <!-- Use the title from a page's frontmatter if it has one -->
<title><%= current_page.data.title %></title> <title><%= current_page.data.title || "Middleman" %></title>
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7434852/6168012/css/fonts.css" /> <link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7434852/6168012/css/fonts.css" />
<meta property="og:title" content="<%= current_page.data.title %>" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://persephone.fm" />
<meta property="og:image" content="https://persephone.fm/images/og.png" />
<%= stylesheet_link_tag "site" %> <%= stylesheet_link_tag "site" %>
<%= javascript_include_tag "site" %> <%= javascript_include_tag "site" %>
</head> </head>