Skip to content

Instantly share code, notes, and snippets.

@makbeta
Created November 30, 2012 02:19
Show Gist options
  • Save makbeta/4173374 to your computer and use it in GitHub Desktop.
Save makbeta/4173374 to your computer and use it in GitHub Desktop.
Luminate CMS: Determine whether or not a user is on the homepage
<t:if test="path == '/''"> <!-- is home page --> </t:if>
<t:else> <!-- not homepage --> </t:else>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment