mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 18:51:54 +02:00
added pgpkey icon and fixed but in tags listings
This commit is contained in:
parent
1bc36af92b
commit
13fa4928c6
3 changed files with 6 additions and 1 deletions
|
@ -1497,6 +1497,10 @@ select {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mt-5 {
|
||||||
|
margin-top: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.mt-3 {
|
.mt-3 {
|
||||||
margin-top: 0.75rem;
|
margin-top: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,6 +55,7 @@ The full list of built-in icons and their corresponding names can referenced bel
|
||||||
| orcid | {{< icon orcid >}} |
|
| orcid | {{< icon orcid >}} |
|
||||||
| patreon | {{< icon patreon >}} |
|
| patreon | {{< icon patreon >}} |
|
||||||
| pencil | {{< icon pencil >}} |
|
| pencil | {{< icon pencil >}} |
|
||||||
|
| pgpkey | {{< icon pgpkey >}} |
|
||||||
| pinterest | {{< icon pinterest >}} |
|
| pinterest | {{< icon pinterest >}} |
|
||||||
| reddit | {{< icon reddit >}} |
|
| reddit | {{< icon reddit >}} |
|
||||||
| researchgate | {{< icon researchgate >}} |
|
| researchgate | {{< icon researchgate >}} |
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<section>
|
<section class="mt-5 space-y-10 w-max">
|
||||||
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
|
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
|
||||||
{{ if $.Params.groupByYear | default ($.Site.Params.list.groupByYear | default true) }}
|
{{ if $.Params.groupByYear | default ($.Site.Params.list.groupByYear | default true) }}
|
||||||
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">
|
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">
|
||||||
|
|
Loading…
Add table
Reference in a new issue