Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmany committed Mar 7, 2019
1 parent 16b27c9 commit a103766
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ Let's continue with the previous example but turn template for rendering a singl
```
Notice prefix `dc:` which instructs template resolver to look for dynamic content instance.
### Example 4: RSS support
### Example 4: RSS support
```twig
{% TWIG_BLOCK %}
Expand All @@ -149,7 +148,12 @@ Let's continue with the previous example but turn template for rendering a singl
```

### Example 5: RSS related categories to contact's segments
### Example 5: RSS related items to contact's segments

- Add one or more categories to item
https://www.w3schools.com/xml/rss_tag_category_item.asp
- Each contact receive personalized items based on segment assignemnt.
- Matching between item categories and segment aliases

```twig
{% TWIG_BLOCK %}
Expand Down

0 comments on commit a103766

Please sign in to comment.