mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2026-09-22 00:34:55 -05:00
b67e3f4671ca32305f4d438b7aedcb76f68bb919
Instead of looping through all the code blocks at onload, just put an onClick tag in the HTML template, which calls a global function. This also improves the semantics since we aren't abusing href to be javascript. Also improves the writeText function call, since that method actually returns a Promise which we should be waiting on. It technically worked before because Promise starts executing instantly in JS, without being awaited.
bobatheme
The (boba) best Hugo theme. Contains everything I need for bbaovanc.com and boba.best.
Languages
HTML
57%
CSS
41.7%
JavaScript
1.3%