From c1a33076446ab490e5841cf9003a4b6477a9f8e1 Mon Sep 17 00:00:00 2001 From: Peyman Salehi Date: Thu, 4 Jan 2024 01:28:15 +0330 Subject: [PATCH] Make post titles uppercase --- content/posts/delete.md | 2 +- content/posts/insert.md | 2 +- content/posts/order-by.md | 2 +- content/posts/select.md | 2 +- content/posts/update.md | 2 +- content/posts/where.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/posts/delete.md b/content/posts/delete.md index 9a1d143..32c9345 100644 --- a/content/posts/delete.md +++ b/content/posts/delete.md @@ -1,5 +1,5 @@ --- -title: "Delete" +title: "DELETE" date: 2024-01-01T20:40:45+03:30 tags: - modify diff --git a/content/posts/insert.md b/content/posts/insert.md index 220543b..c255b03 100644 --- a/content/posts/insert.md +++ b/content/posts/insert.md @@ -1,5 +1,5 @@ --- -title: "Insert" +title: "INSERT" date: 2024-01-01T19:43:54+03:30 tags: - modify diff --git a/content/posts/order-by.md b/content/posts/order-by.md index 1105c64..642f4e4 100644 --- a/content/posts/order-by.md +++ b/content/posts/order-by.md @@ -1,5 +1,5 @@ --- -title: "Order By" +title: "ORDER BY" date: 2024-01-03T23:55:35+03:30 tags: - query diff --git a/content/posts/select.md b/content/posts/select.md index a3c92f5..6aa4658 100644 --- a/content/posts/select.md +++ b/content/posts/select.md @@ -1,5 +1,5 @@ --- -title: "Select" +title: "SELECT" date: 2023-12-26T23:41:25+03:30 tags: - query diff --git a/content/posts/update.md b/content/posts/update.md index 192209b..a460a6e 100644 --- a/content/posts/update.md +++ b/content/posts/update.md @@ -1,5 +1,5 @@ --- -title: "Update" +title: "UPDATE" date: 2024-01-01T20:11:38+03:30 tags: - modify diff --git a/content/posts/where.md b/content/posts/where.md index c7faef2..06bf09c 100644 --- a/content/posts/where.md +++ b/content/posts/where.md @@ -1,5 +1,5 @@ --- -title: "Where" +title: "WHERE" date: 2023-12-30T23:17:01+03:30 tags: - query