slugs before the desc

This commit is contained in:
Pratham Patel 2023-11-26 15:22:06 +05:30
parent dcfbda130b
commit 94165256cf
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
3 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
+++
draft = false
date = 2022-10-06T10:30:00+05:30
slug = "immutable-vars-vs-constants-rs.md"
title = "Dfferences between Constants and Variables in Rust"
description = "No really, why do constants exist among \"immutable\" variables?"
slug = "immutable-vars-vs-constants-rs.md"
tags = [ "rust", "educational" ]
+++

View File

@ -1,9 +1,9 @@
+++
draft = false
date = 2022-10-09T10:30:00+05:30
slug = "convert-mutable-var-to-immutable-rs.md"
title = "Convert a mutable variable to immutable in Rust"
description = "Fore_shadowing_"
slug = "convert-mutable-var-to-immutable-rs.md"
tags = [ "rust", "educational" ]
+++

View File

@ -1,9 +1,9 @@
+++
draft = false
date = 2023-02-22T12:36:00+05:30
slug = "visionfive-2-initial-review.md"
title = "Hands on and initial review of the VisionFive 2"
description = "So RISC-V is a thing, huh."
slug = "visionfive-2-initial-review.md"
tags = [ "riscv" ]
+++