Browse Source

Search for the images and partitions in HTML template

pull/103/head
Oliverpool 9 years ago
parent
commit
af893a15de
  1. 2
      patacrep/songs/chordpro/data/html/content_image
  2. 2
      patacrep/songs/chordpro/data/html/content_partition

2
patacrep/songs/chordpro/data/html/content_image

@ -1 +1 @@
<img src="(( content.argument ))">
<img src="(( content.argument|search_image ))">

2
patacrep/songs/chordpro/data/html/content_partition

@ -1 +1 @@
<a class="song-partition" href="((content.argument))">((content.argument))</a>
<a class="song-partition" href="(( content.argument|search_partition ))">((content.argument))</a>

Loading…
Cancel
Save