Skip to content

Commit

Permalink
Template changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arianneorpilla committed May 31, 2021
2 parents 9de1c4f + 3d74d87 commit c56b7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ small {

### Front Template
```html
<div class=\"image\">{{Image}}</div><br>{{Word}}</p>
{{Audio}}<div class=\"image\">{{Image}}</div><br><p id="sentence">{{Sentence}}</p>
```

### CSS Template
Expand Down Expand Up @@ -139,5 +139,5 @@ small {

### Back Template
```html
<div class=\"image\">{{Image}}</div><br>{{Word}}{{Audio}}<br><hr id=reading><p id="reading">{{Reading}}</p><h2 id="word">{{Word}}</h2><br><p><small id="meaning">{{Meaning}}</small></p><br><p id="sentence">{{Sentence}}</p>
{{Audio}}<div class=\"image\">{{Image}}</div><br><p id="sentence">{{Sentence}}</p><br><hr id=reading><p id="reading">{{Reading}}</p><h2 id="word">{{Word}}</h2><br><p><small id="meaning">{{Meaning}}</small></p>
```

0 comments on commit c56b7c5

Please sign in to comment.