Skip to content

Commit

Permalink
fix: Standardize last update date format across all markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamAGH committed Aug 28, 2024
1 parent b195863 commit de496f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: default
title: Getting Started
order: 2
last_modified_date: {{ site.time | date: "%B %d, %Y" }}
---
Last updated: {{ site.time | date: "%B %d, %Y" }}

Welcome to aVenture, your comprehensive venture capital research platform. This guide will help you get started with accessing and using our database for startup and investor information.

Expand Down
2 changes: 1 addition & 1 deletion docs/legal-disclaimers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Disclaimers
order: 6
---
last_modified_at: {{ page.last_modified_at | date: "%B %d, %Y" }}
Last updated: {{ site.time | date: "%B %d, %Y" }}

The information provided on [aventure.vc](https://aventure.vc) (the "Site") and the aVenture database (the "Service") is for general informational purposes only. All information on the Site and our Service is provided in good faith, however we make no representation or warranty of any kind, express or implied, regarding the accuracy, adequacy, validity, reliability, availability or completeness of any information on the Site or our Service.

Expand Down

0 comments on commit de496f6

Please sign in to comment.