template.md (502B)
1 # Post Template 2 3 <time id="post-date">1978-01-01</time> 4 5 <p id="post-excerpt"> 6 Text of the post-excerpt goes here. 7 </p> 8 9 ## Heading 10 11 Link example: [iFixit](https://www.ifixit.com/products/google-pixel-6-screen-genuine). 12 13 Multiline script example: 14 15 ```sh 16 # enable multilib - see link below 17 paru # make sure things are up to date generally 18 paru -S android-tools android-sdk-build-tools # includes adb and other goodies 19 reboot 20 ``` 21 22 Image example: ![Source selection](/images/ncmpcpp-mopidy-selector.png) 23