Last active
June 9, 2017 02:29
-
-
Save yuririn/d9068ca347bad2809f465376b846cd99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//- ページの設定 | |
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