Some notes from me from the Fronteers 15 conference. Not a full transcript or summary of the talks, but just the bits and pieces I found worth noting.
Content blockers can block: scripts, & fonts :) Also, resources from CDN's like google.
Some notes from me from the Fronteers 15 conference. Not a full transcript or summary of the talks, but just the bits and pieces I found worth noting.
Content blockers can block: scripts, & fonts :) Also, resources from CDN's like google.
| <?php | |
| /** | |
| * Widont | |
| * ---- | |
| * Use widont function from kirby toolkit helpers (based on str::widont) | |
| * | |
| * What it does: | |
| * If text contains more than 3 spaces, replace last space by a  : | |
| * | |
| * Usage: |