The default "PageTitle" set in the config was: Learn Jade
The title we've set for "thisPage" is JS Processes and Jade Vars
Notice how the two are concatenated together in the meta title?
The new meta title is: Learn Jade | JS Processes and Jade Vars
By concatenating to the "GoogleFonts" variable we've also loaded the extra font Poiret One
You can also use JavaScript math processes on Jade vars. For example, let's start with the number:
2254.3665
Now let's use JavaScript's floor() method to round it down to the nearest whole number:
2254