Radio Stars Website Maintenance
[Contact me](mailto:{{ 'example@example.com' | encode_email }} "Contact me")
{% for post in site.posts %}
Title : {{ post.title | xml_escape }}
Link : [{{ site.url }}{{ site.baseurl }}{{ post.url }}]({{ site.url }}{{ site.baseurl }}{{ post.url }})
ID : {{ site.url }}{{ site.baseurl }}{{ post.id }}
Update : {{ post.date | date_to_xmlschema }}
summary : {{ post.excerpt | xml_escape }}
{% endfor %}
//
document.getElementById('GitHubJSON').textContent = JSON.stringify(data, null, 2);
</script>