Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions template/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!DOCTYPE html>

<html data-lt-installed="true">

<head>
Expand All @@ -6,7 +8,6 @@
<meta content="summary_large_image" name="twitter:card">
<link rel="icon" type="image/x-icon" href="/assets/images/editor-bootstrap-icon.png">
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">

<!--
<base href="https://vim-bootstrap.com" />
Expand All @@ -23,10 +24,10 @@
<meta name="twitter:image" content="/assets/images/editor-bootstrap-icon.png">
<meta name="viewport" content="width=device-width">

<link rel="preload" href="/assets/css/dracula-ui.css" as="style" />
<link rel="stylesheet" href="/assets/css/dracula-ui.css" />
<link rel="preload" href="/assets/css/style.css" as="style" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="preload" href="/assets/css/dracula-ui.css" as="style">
<link rel="stylesheet" href="/assets/css/dracula-ui.css">
<link rel="preload" href="/assets/css/style.css" as="style">
<link rel="stylesheet" href="/assets/css/style.css">
</head>

<body class="drac-bg-black drac-text-white">
Expand Down Expand Up @@ -317,7 +318,7 @@ <h2 class="drac-heading title drac-text-pink-purple drac-heading-2xl drac-text-w
</div>

<div class="drac-box bodyform">
<form class="form" action="https://buttondown.email/api/emails/embed-subscribe/editor-bootstrap" method="post" target="popupwindow" onsubmit="window.open( 'https://buttondown.email/editor-bootstrap', 'popupwindow')" class="embeddable-buttondown-form">
<form action="https://buttondown.email/api/emails/embed-subscribe/editor-bootstrap" method="post" target="popupwindow" onsubmit="window.open( 'https://buttondown.email/editor-bootstrap', 'popupwindow')" class="form embeddable-buttondown-form">
<input type="email" name="email" id="bd-email" placeholder="your@email.com" required />
<input type="hidden" value="1" name="embed" />
<input type="submit" value="Subscribe" />
Expand Down