;; SPDX-License-Identifier: CC-BY-SA-4.0 ;; Copyright 2026 bdunahu (define-module (operationnull utils) #:use-module (ice-9 ftw) #:use-module (ice-9 regex) #:use-module (srfi srfi-2) #:use-module (haunt site) #:export (post-uri get-art-metadata collect-arts-in)) (define (post-uri site post) (string-append "/posts/" (site-post-slug site post) ".html"))