diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-08-11 18:08:05 +0300 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-08-11 20:20:09 +0300 |
| commit | 5e1929bea7e9ec434151209e8142979b8da69e26 (patch) | |
| tree | 00aa76125a9b83e39702b551f9609f9ed18803dc /layouts/partials | |
| parent | ca799cfbb00041dfdc809bc9fdb3f1e07ebe7435 (diff) | |
Rework styling of the web/print
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/home/work.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/home/work.html b/layouts/partials/home/work.html index 4af88dc..c3e38be 100644 --- a/layouts/partials/home/work.html +++ b/layouts/partials/home/work.html @@ -14,7 +14,7 @@ <li>{{ . | safeHTML }}</li> {{ end }} </ul> - <p class="note">{{ .FootNote | safeHTML }}</p> + <p class="footnote">{{ .FootNote | safeHTML }}</p> </article> {{ end }} </article> |
