Skip to content

Commit 9222c41

Browse files
authored
Replace visitor count with badge and date
Updated visitor badge and added refresh date.
1 parent 1b1c883 commit 9222c41

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • 2_compute-containers/kubernetes-service

2_compute-containers/kubernetes-service/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ Below is a list of variables used in this template, their expected values, types
4848
| `node_vm_size` | The size of the Virtual Machines for the nodes. | string | `"Standard_DS2_v2"` |
4949
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
5050

51+
<!-- START BADGE -->
5152
<div align="center">
52-
<h3 style="color: #4CAF50;">Total Visitors</h3>
53-
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
53+
<img src="https://img.shields.io/badge/Total%20views-1459-limegreen" alt="Total views">
54+
<p>Refresh Date: 2025-10-15</p>
5455
</div>
56+
<!-- END BADGE -->

0 commit comments

Comments
 (0)