Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 2ddb0ee

Browse files
committed
infra: replace vars after slide interpolation
1 parent da1cfcc commit 2ddb0ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infra/handler/src/DeckGo/Handler.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,8 +1261,7 @@ withPresentationFiles uname psname presentationInfo act = do
12611261
pname = presentationName presentationInfo
12621262
processIndex :: T.Text -> T.Text
12631263
processIndex =
1264-
TagSoup.renderTags . processTags presentationInfo . TagSoup.parseTags .
1265-
interpol
1264+
interpol . TagSoup.renderTags . processTags presentationInfo . TagSoup.parseTags
12661265
interpol =
12671266
T.replace "{{DECKDECKGO_TITLE}}" (unPresentationName pname) .
12681267
T.replace "{{DECKDECKGO_TITLE_SHORT}}" (T.take 12 $ unPresentationName pname) .

0 commit comments

Comments
 (0)