Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 336 Bytes

File metadata and controls

17 lines (12 loc) · 336 Bytes
layout recommendations
title recommendations
permalink /recommendations/

SONGS

{% for song in site.data.recommendations.songs %} {{song.name}} {{song.desc}} {%endfor%}


MOVIES

{% for movie in site.data.recommendations.movies %} {{movie.name}} {{movie.desc}} {%endfor%}