diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-06-11 12:45:49 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-06-11 12:47:46 +0200 |
| commit | 696f13e33d75003b5353e6081074444109b6a10b (patch) | |
| tree | 64883940f4b8a3471dd49dfe22b41178c4acee84 | |
| parent | 89e80894329d7c78c6d8ff881e31baed306ca0a7 (diff) | |
index.html: Set about div id
| -rw-r--r-- | layouts/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html index dba44df..0c7ed80 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -18,6 +18,7 @@ </p> <p> {{ with site.Data.homepage.about }} + <div class id="about"></div> <h3 class="text-white-50 mb-3 text-uppercase">{{ .title }}</h3> <label class="text-white-50 w-50">{{ .desc }}</label> {{ if .button.enable }} |
