bug fix
This commit is contained in:
6
layouts/shortcodes/closed-source.html
Normal file
6
layouts/shortcodes/closed-source.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div style="display: flex; align-items: center; gap: 8px;">
|
||||
<span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(226, 181, 59);"></span>
|
||||
<span style="display:none">[</span>
|
||||
<span style="color: rgb(226, 181, 59); font-size: 1rem;">Closed-Source Tool</span>
|
||||
<span style="display:none">] </span>
|
||||
</div>
|
12
layouts/shortcodes/inactive.html
Normal file
12
layouts/shortcodes/inactive.html
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
<div style="display: flex; align-items: center; gap: 8px;">
|
||||
<span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
|
||||
<span style="display:none">[</span>
|
||||
{{ if .Get "year" }}
|
||||
<span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since {{ .Get "year" }}</span>
|
||||
{{ else }}
|
||||
<span style="color: rgb(240, 85, 85); font-size: 1rem;">No Longer Maintained</span>
|
||||
{{ end }}
|
||||
<span style="display:none">]</span>
|
||||
</div>
|
Reference in New Issue
Block a user