OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-12-11 00:43:44 +00:00
parent 8ba1d90976
commit efa4020186
16 changed files with 92 additions and 30 deletions

View File

@@ -0,0 +1,11 @@
created: 20231203235203040
creator: Octt
modified: 20231210224130939
modifier: Octt
tags:
title: Templating language
<<^wikipediaframe "Templating language">>
* [[Liquid|https://shopify.github.io/liquid/]] (docs) --- //Safe, customer-facing template language for flexible web apps.//, as well as many static site generators --- <<[# Git"https://github.com/Shopify/liquid">>
** [[How to concatenate / append a string to another one in Jekyll / Liquid?|https://stackoverflow.com/questions/23688939/how-to-concatenate-append-a-string-to-another-one-in-jekyll-liquid]] --- best way is `{% capture varfull %}{{ var1 }} and also {{ var2 }}{% endcapture %}`