I use a blogger to create a podcast. It works very well, but I find that I copy / paste a lot of things when two or three variables and the template will do the job very well.
Most posts look like this:
Étude de Exode 6.14-7.13. <br /> <audio controls> <source src="file.mp3" type="audio/mpeg"> <embed height="50" width="100" src="file.mp3"> </audio> <biblia:bible layout="minimal" resource="lsg" width="400" height="600" historyButtons="false" navigationBox="false" resourcePicker="false" shareButton="false" textSizeButton="false" startingReference="Ex6.14-7.13"></biblia:bible>
In case of a change of three things:
- text above ("Exode Instance 6.14-7.13." in the example)
- link to the sound file (actually it is
data:post.link , but it seems I can not use expr:src ) - links passed to the
biblia:bible tag (here "Ex6.14-7.13")
Is there a way to use the template and variables for my blog posts instead of manually copying and changing things each time?
templates blogger
ℝaphink
source share