mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 16:44:56 +02:00
style: show experience highlights as tags instead of bullet list
Matches the tag/pill style used by interests and skills sections. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -31,14 +31,13 @@
|
||||
<p class="text-sm text-surface-700 dark:text-surface-300 mt-2">{{ item.description }}</p>
|
||||
{% endif %}
|
||||
{% if showHighlights and item.highlights and item.highlights.length %}
|
||||
<ul class="mt-2 space-y-1">
|
||||
<div class="flex flex-wrap gap-1.5 mt-2">
|
||||
{% for h in item.highlights %}
|
||||
<li class="text-sm text-surface-600 dark:text-surface-400 flex items-start gap-1.5">
|
||||
<span class="text-primary-500 mt-1 shrink-0">•</span>
|
||||
<span class="px-2.5 py-1 bg-white dark:bg-surface-800 border border-surface-200 dark:border-surface-700 rounded-full text-xs text-surface-700 dark:text-surface-300">
|
||||
{{ h }}
|
||||
</li>
|
||||
</span>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user