Skip to content

Instantly share code, notes, and snippets.

@sakunyo
Created December 14, 2012 07:11
Show Gist options
  • Save sakunyo/4283353 to your computer and use it in GitHub Desktop.
Save sakunyo/4283353 to your computer and use it in GitHub Desktop.
昔Dreamweaver で使ってたスニペット
<html>
<head>
<title>@@((dw_title=='')?'':dw_title+'|')@@SITE Title</title>
<meta name="keywords" content="SITE Default Keywords @@((dw_keys=='')?'':','+dw_keys)@@" />
<meta name="description" content="@@((dw_desc=='')?'':'「'+dw_desc+'」をご覧の皆様へ。')@@ SITE Default Description" />
<link rel="alternate" type="application/rss+xml" href="/rss.xml" />
<!-- TemplateParam name="dw_title" type="text" value="タイトル" -->
<!-- TemplateParam name="dw_keys" type="text" value="キーワード" -->
<!-- TemplateParam name="dw_desc" type="text" value="ディスクリプション" -->
<!-- TemplateParam name="dw_pagetop" type="boolean" value="true" -->
<!-- TemplateParam name="body_id" type="text" value="gDef" -->
<!-- TemplateParam name="body_class" type="text" value="lDef" -->
</head>
<body id="@@(bodyID)@@" class="@@(bodyCLASS)@@">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment