Moved the website code to ./web/ to make it easier to maintain for me. No code changes. (0.40.5)
This commit is contained in:
parent
bebe6dfda0
commit
71576be449
71 changed files with 3354 additions and 1 deletions
29
web/search/search.html
Normal file
29
web/search/search.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
layout: default
|
||||
published: false
|
||||
noToc: true
|
||||
noDate: true
|
||||
noPermalink: true
|
||||
noComments: true
|
||||
title: /search/index.fun
|
||||
description: Search
|
||||
subtitle: Search this site using <a href="https://duckduckgo.com/" class="ext" target="_blank">DuckDuckGo</a>
|
||||
permalink: /search/
|
||||
tags:
|
||||
- search
|
||||
- duckduckgo
|
||||
---
|
||||
|
||||
<div class="post">
|
||||
<header class="post-header">
|
||||
<h1 class="post-title" id="terminal">{{ site.title }} {{ page.title }}</h1>
|
||||
<p>{{ page.subtitle }}</p>
|
||||
</header>
|
||||
</div>
|
||||
|
||||
<form method="get" id="searchform" action="https://duckduckgo.com/" target="_blank">
|
||||
<input type="hidden" name="sites" value="{{ site.url_short }}"/>
|
||||
<input type="input" name="q" placeholder="Keywords…" required/>
|
||||
<input type="submit" value="Search!" />
|
||||
</form>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue