updated the way I do callouts and alerts. This approach is better than the old way. You use includes here and pass parameters. This approach leads to fewer errors. The output looks the same, and you can use Markdown directly inside of the alerts or callouts instead of switching to HTML syntax.
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
cd _site
|
||||
mv urls.txt ../_data/urls.yml
|
||||
mv urls.txt ../_data/urls.yml
|
||||
cd ../
|
Reference in New Issue
Block a user