add publications template and two publications from the TRR pool #7
1 changed files with 7 additions and 0 deletions
|
|
@ -14,6 +14,13 @@
|
|||
</span>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ with .Params.licenses }}
|
||||
{{ range . }}
|
||||
<span class="ms-1 rounded-md border border-secondary-400 px-1 py-[1px] text-xs font-normal text-secondary-700 dark:border-secondary-600 dark:text-secondary-400">
|
||||
{{ . }}
|
||||
</span>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</header>
|
||||
<section class="prose mt-6 max-w-full dark:prose-invert">
|
||||
{{ .Content | emojify }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue