diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-09-22 11:06:15 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-09-22 11:06:15 +0200 |
| commit | ef7c8c820916556fc5bff26c6ad7d12ef1606423 (patch) | |
| tree | e6dbc68e081d43c6675591e1748f489833c8c05d /layouts/partials | |
| parent | c150f419a06e7bb006a4a71fa4e98faeb961037d (diff) | |
reworked the website
changed buttons, css, added first blog post
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/buttons.html | 11 | ||||
| -rw-r--r-- | layouts/partials/footer.html | 2 | ||||
| -rw-r--r-- | layouts/partials/header.html | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/layouts/partials/buttons.html b/layouts/partials/buttons.html index 7eab99d..beb7d9e 100644 --- a/layouts/partials/buttons.html +++ b/layouts/partials/buttons.html @@ -1,13 +1,8 @@ -<div style="text-align: center;"> - <a href="/"><img src="/favicon.ico" alt="Logo de mon site" - title="Page Web de Mielota" width="37" height="37"></a> - <a href="/index.xml"><img src="/assets/rss.png" alt="Rss Feed logo" - title="Rss Feed"></a> +<div class="buttons"> <a href="/banporn/"><img src="/assets/banporn.png" alt="BAN PORN" title="BAN PORN"></a> <a href="https://codeberg.org/mielota"><img src="/assets/codeberg.png" alt="Codeberg logo" title="Codeberg"></a> - <a href="https://github.com/mielota"><img src="/assets/github.png" alt="GitHub logo" - title="GitHub"></a> - + <a href="/"><img src="/favicon.ico" alt="Logo de mon site" + title="Page Web de Mielota" width="31" height="31"></a> </div> diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 18bc220..08aa27c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,7 +4,7 @@ {{- $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ if .IsHome }}{{ else }} <div class="finaline"> - <p class="no-print"><a href="{{ path.Dir .Path }}">Revenir à l'accueil</a></p>{{ end }} + <p class="no-print"><a href="{{ path.Dir .Path }}">Return</a></p>{{ end }} <time datetime="{{ $dateMachine }}">{{ .Date.Format "02/01/2006" }}</time> </div> {{- end -}} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 96f7542..a26436e 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,3 +1,3 @@ <h1>{{ if .IsHome }}{{ site.Title }}</h1>{{ else }}{{ .Title }}</h1> {{ end -}} -<hr> +<br> |
