Skip to content

Instantly share code, notes, and snippets.

@atstyle
Last active August 29, 2015 13:58
Show Gist options
  • Save atstyle/6a1b8518bf1a36adf142 to your computer and use it in GitHub Desktop.
Save atstyle/6a1b8518bf1a36adf142 to your computer and use it in GitHub Desktop.
相対ルートURL
<mt:SetVarBlock name="website_absolute_URL">http://<$mt:BlogHost$>/</mt:SetVarBlock>
<mt:Entries>
<h1><a href="<$mt:EntryPermalink replace="$website_absolute_URL","/"$><$mt:EntryTitle$></a></h1>
<$mt:EntryBody replace="$website_absolute_URL","/"$>
<$mt:EntryMore replace="$website_absolute_URL","/"$>
</mt:Entries>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment