Skip to content

Commit 80388ec

Browse files
authored
Replace visitor count with badge and refresh date
Updated visitor count badge and added refresh date.
1 parent 015d5c0 commit 80388ec

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

1_storage-databases/postgresql/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ Below is a list of variables used in this template, their expected values, types
4646
| `ssl_enforcement_enabled` | Whether SSL enforcement is enabled. | bool | `true` |
4747
| `subscription_id` | The subscription ID to use for the provider. | string | `"your-subscription-id"` |
4848

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

0 commit comments

Comments
 (0)