feat: first run at portal page

This commit is contained in:
cellarspoon 2022-01-07 09:43:27 +01:00
parent 168fef2e86
commit 4c803ab627
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
3 changed files with 9 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,5 +1,7 @@
*.lock *.lock
.env .env
.venv/ .venv/
/content/ /content/calendar/
/content/feed/
/content/video/
/public/ /public/

4
content/portal.md Normal file
View File

@ -0,0 +1,4 @@
---
---
Hello, World!

View File

@ -41,6 +41,6 @@
<img src="{{ .Site.Params.baseURL }}/img/search.svg" alt="search"> <img src="{{ .Site.Params.baseURL }}/img/search.svg" alt="search">
<input type="search" name="" id=""> <input type="search" name="" id="">
</div> </div>
<a href="#" id="login">login</a> <a href="/portal/" id="login">login</a>
</div> </div>
</header> </header>