Skip to content

Commit

Permalink
fri
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntupunk committed Sep 21, 2023
1 parent 31c18b0 commit f0c1885
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file removed .README.md.swp
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"build": "ELEVENTY_ENV=production eleventy && npm run build:lambda",
"serve:lambda": "netlify-lambda serve _lambda",
"build:lambda": "netlify-lambda build _lambda",
"resolve-dependencies": "yarn upgrade --latest"
"resolve-dependencies": "yarn upgrade --latest",
"watch:sass": "npx sass sass:dist/assets/styles/"
},
"dependencies": {
"@11ty/eleventy": ">=0.11.0",
Expand Down
4 changes: 2 additions & 2 deletions src/includes/signupform.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ data-netlify="true"
</p>
<p class="form__field">
<label for="input-url" class="form__label">Site URL:</label>
<input type="url" name="url" id="input-url" class="form__input" placeholder="https://just.glitch.me/" required />
<input type="url" name="url" id="input-url" class="form__input" placeholder="https://muizenmesh.co.za/" required />
</p>
<p class="form__field">
<label for="input-feed" class="form__label">RSS Feed URL (optional):</label>
<input type="url" name="feed" id="input-feed" class="form__input" placeholder="https://just.glitch.me/feed.xml" />
<input type="url" name="feed" id="input-feed" class="form__input" placeholder="https://muizenmesh.co.za/feed.xml" />
</p>
<div class="sr-only" style="visibility:hidden" aria-hidden="true">
<label for="input-bot">Don’t fill this out if you're human:</label>
Expand Down

0 comments on commit f0c1885

Please sign in to comment.