Skip to content

Instantly share code, notes, and snippets.

@yuririn
Last active June 9, 2017 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuririn/d9068ca347bad2809f465376b846cd99 to your computer and use it in GitHub Desktop.
Save yuririn/d9068ca347bad2809f465376b846cd99 to your computer and use it in GitHub Desktop.
//- ページの設定
block pagedata
doctype html
html(lang="ja")
head
meta(charset="utf-8")
meta(http-equiv="X-UA-Compatible" content="IE=edge")
meta(name="viewport" content="width=device-width, initial-scale=1.0")
title #{pageTitle} | Pugレッスン
// css
link(rel="stylesheet" href="assets/css/swiper.min.css")
block pagecss
body
include _header
block main
include _footer
// js
script(src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js")
block pagejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment