feat: first run at portal page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
168fef2e86
commit
4c803ab627
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
4
content/portal.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
|
||||||
|
Hello, World!
|
@ -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>
|
Loading…
Reference in New Issue
Block a user