Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Update hugo.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
technicat committed Oct 5, 2023
1 parent 6d7c17b commit c562a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hugo.scm
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@
(define (region-places region)
(res-value "places" region))

(define (place-title place)
(res-value "title" place))
(define (place-name place)
(res-value "name" place))

(define (place-address place)
(res-value "address" place))
Expand Down Expand Up @@ -345,7 +345,7 @@
(news out))

(define (write-region-place place out)
(h2 (place-title place) out)
(h2 (place-name place) out)
(write-place-address place out)
(write-place-links place out)
(news out))
Expand Down

0 comments on commit c562a84

Please sign in to comment.