Luis Ángel Ortega
Results
2
comments of
Luis Ángel Ortega
If your web is using NodeJS as the backend you can use the `child_process` module that comes with Node. E.g. ``` var exec = require('child_process').exec, child; child = exec('corona usa',...
Code could be something like this ```html .title-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); a { margin-block-start: 1.66em; margin-block-end: 1.66em; text-align: end; } } ... {{ section.title }} RSS...