File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 13
13
</section >
14
14
<div class =" col-sm-12 col-md-9 secondary-info" >
15
15
<section class =" col-sm-6 col-md-7 announcements" >
16
+ <a name =" announcements" ></a >
16
17
{{ bulletin-announcements announcements =b.sortedAnnouncements }}
17
18
</section >
18
19
<section class =" col-sm-6 col-md-5 sermon-notes" >
20
+ <a name =" sermon-notes" ></a >
19
21
{{ sermon-notes notes =b.sermonNotesHtml }}
20
22
</section >
21
23
</div >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default function(server) {
15
15
const sermon = server . create ( "sermon" ) ;
16
16
const bulletin = server . create ( "bulletin" , {
17
17
group : englishService ,
18
- serviceOrder : "- ## Call to Worship\n- ## Praise & Worship\n- ## Announcements\n- ## Offering\n- ## Sermon\n- ## Doxology\n- ## Benediction" ,
18
+ serviceOrder : "- ## Call to Worship\n- ## Praise & Worship\n- ## <a href='#announcements'> Announcements</a> \n- ## Offering\n- ## Sermon\n- ## Doxology\n- ## Benediction" ,
19
19
sermon
20
20
} ) ;
21
21
server . createList ( "announcement" , 5 , { bulletin } ) ;
You can’t perform that action at this time.
0 commit comments