Fix: date in services

This commit is contained in:
hyzen
2026-04-09 02:41:03 +05:30
parent fc6125a69a
commit 426c3f2f60
56 changed files with 776 additions and 825 deletions

9
archetypes/uninotes.md Normal file
View File

@@ -0,0 +1,9 @@
+++
date = '{{ .Date }}'
draft = true
semester = ['S1']
subjectcode = ['SUBJECT CODE']
unit = 'Unit 1'
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
toc = true
+++