Update to Hugo v0.143.1

This commit is contained in:
Brandon Rozek 2025-02-16 11:04:21 -05:00
parent 3282b231c0
commit fd5c0865b5
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567
18 changed files with 112 additions and 47 deletions

View file

@ -11,7 +11,7 @@ import argparse
import json
import sys
SAVE_DIR = "static/data/toots"
SAVE_DIR = "assets/data/toots"
# Grab arguments
parser = argparse.ArgumentParser(description="Save a toot")