Themes | Variablen

Hier findest du eine Liste der Attribute, die in den verschiedenen Template-Dateien verfügbar sind.

Bitte beachte, dass nicht alle Attribute in allen Templates verfügbar sind. Um zu sehen, wie diese Attribute in einem Template verwendet werden können, wirf einen Blick in unseren Theme-Editor.

layout.html

Podcast attributes
  •     podcast.title
  •     podcast.subtitle
  •     podcast.cover_image_url
Blog attributes
  •     blog.header_image
  •     blog.links.home
  •     blog.links.archive
  •     blog.links.about
Page content
  •     page_content


index.html

List of episodes
  •     episodes
Episode attributes
  •     episode.url
  •     episode.title
  •     episode.subtitle
  •     episode.description
  •     episode.show_notes
  •     episode.cover_image_url
Pagination
  •     pagination.next_page
  •     pagination.previous_page


show.html

Episode attributes
  •     episode.url
  •     episode.title
  •     episode.subtitle
  •     episode.description
  •     episode.show_notes
  •     episode.published_at
  •     episode.cover_image_url
Format the date
    {{episode.published_at | date: "%d.%m.%Y"}}
Social
  •     episode.social_links
  •     episode.flattr
Webplayer für eine Episode
  •     episode.player
Download-links
  •     episode.downloads
Comments
  •     episode.comments
  •     episode.comment_form
Comment attributes
  •     comment.name
  •     comment.text
  •     comment.created_at
  •     comment.image


sidebar.html

Search
  •        podcast.search_box
Podcast attributes
  •     podcast.description
  •     podcast.authors
Feed attributes
  •     podcast.feeds.mp3
  •     podcast.feeds.aac
  •     podcast.feeds.vorbis
  •     podcast.feeds.opus
Connection attributes
  •     podcast.connections.twitter
  •     podcast.connections.appdotnet
  •     podcast.connections.flattr_id


Subscribe Button

Create the Subscribe button for your podcast or network.
    {% raw %}
    {{podcast.subscribe_button}}
    {% endraw %}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.