initial commit
This commit is contained in:
commit
0101fc83bb
8 changed files with 500 additions and 0 deletions
3
data/gitea/templates/custom/extra_links.tmpl
Normal file
3
data/gitea/templates/custom/extra_links.tmpl
Normal file
|
@ -0,0 +1,3 @@
|
|||
<a class="item" href="https://bengoldsworthy.net">
|
||||
Web Site
|
||||
</a>
|
17
data/gitea/templates/home.tmpl
Normal file
17
data/gitea/templates/home.tmpl
Normal file
|
@ -0,0 +1,17 @@
|
|||
{{template "base/head" .}}
|
||||
<div class="page-content home">
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="sixteen wide center aligned centered column">
|
||||
<div class="hero">
|
||||
<h1 class="ui icon header title">
|
||||
Ben Goldsworthy's Code
|
||||
</h1>
|
||||
<a href="/explore/repos"><h2>Repositories</h2></a>
|
||||
<a href="/explore/organizations"><h2>Organisations</h2></a>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue