Skip to content

Commit b5b84b8

Browse files
committed
feat: enhance footer with additional GitHub badge and formatting improvements
1 parent 6fed7fc commit b5b84b8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,15 +594,19 @@ <h2>📋 Builds</h2>
594594

595595
<footer>
596596
<a href="https://github.com/fok666/lambda-python-layer" target="_blank">lambda-python-layer</a>
597-
— Build Lambda layers with Docker on EC2 Spot instances
597+
&mdash; Build Lambda layers with Docker on EC2 Spot instances
598+
<p/>
598599
<p/>
599600
<a href="https://github.com/fok666/lambda-python-layer/actions/workflows/github-code-scanning/codeql"><img src="https://github.com/fok666/lambda-python-layer/actions/workflows/github-code-scanning/codeql/badge.svg" alt="CodeQL" /></a>
600601
<a href="https://github.com/fok666/lambda-python-layer/actions/workflows/dependabot/dependabot-updates"><img src="https://github.com/fok666/lambda-python-layer/actions/workflows/dependabot/dependabot-updates/badge.svg" alt="Dependabot" style="margin-left: 4px;" /></a>
601602
<a href="https://github.com/fok666/lambda-python-layer/actions/workflows/build-and-release.yml"><img src="https://github.com/fok666/lambda-python-layer/actions/workflows/build-and-release.yml/badge.svg" alt="Build and Release" style="margin-left: 4px;" /></a>
602603
<a href="https://github.com/fok666/lambda-python-layer/actions/workflows/static.yml"><img src="https://github.com/fok666/lambda-python-layer/actions/workflows/static.yml/badge.svg" alt="Github Pages" style="margin-left: 4px;" /></a>
604+
<p/>
605+
<a href="https://github.com/fok666/lambda-python-layer" target="_blank"><img src="https://img.shields.io/static/v1?label=Github&amp;message=lambda-python-layer&amp;color=blue&amp;logo=github" alt="lambda-python-layer"></a>
603606
</footer>
604607
</div>
605608

609+
606610
<div id="toast" class="toast"></div>
607611

608612
<script>

0 commit comments

Comments
 (0)