placeholder content edit
This commit is contained in:
parent
357fd1bc9e
commit
81d3cb1c01
5 changed files with 11 additions and 19 deletions
|
|
@ -9,9 +9,6 @@
|
||||||
<link rel="stylesheet" href="{{ '/assets/styles/main.css' | url }}">
|
<link rel="stylesheet" href="{{ '/assets/styles/main.css' | url }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!--[if lt IE 7]>
|
|
||||||
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
|
|
||||||
<![endif]-->
|
|
||||||
<div id="layout">
|
<div id="layout">
|
||||||
{% include "partials/header.njk" %}
|
{% include "partials/header.njk" %}
|
||||||
<div id="main-container" role="document">
|
<div id="main-container" role="document">
|
||||||
|
|
|
||||||
|
|
@ -6,13 +6,13 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer--middle">
|
<div id="footer--middle">
|
||||||
<a href="{{ site.githubUrl }}">
|
<a href="{{ site.githubUrl }}/tree/master/{{page.inputPath}}" title="Edit this page">
|
||||||
{% svgsprite %}
|
{% svgsprite %}
|
||||||
{% icon "github" %}
|
{% icon "github" %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer--right">
|
<div id="footer--right">
|
||||||
©{{ site.copyright }}
|
© {{ site.copyright }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
@ -2,11 +2,12 @@
|
||||||
<div id="header--container">
|
<div id="header--container">
|
||||||
<div id="header--left">
|
<div id="header--left">
|
||||||
<div id="header--title">
|
<div id="header--title">
|
||||||
<a href="" title="{{ site.name }} - {{ site.description }}">
|
<a href="/" title="{{ site.name }} - {{ site.description }}">
|
||||||
{{ site.name | lower }}
|
{{ site.name | lower }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="header--right">{% include "partials/nav.njk" %}</div>
|
<div id="header--right">{% include "partials/nav.njk" %}</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
@ -2,13 +2,13 @@
|
||||||
layout: base
|
layout: base
|
||||||
title: Home
|
title: Home
|
||||||
permalink: '/'
|
permalink: '/'
|
||||||
heading: A Mildly Opinionated Eleventy Starter Kit
|
heading: A Mildly Opinionated Eleventy Starter
|
||||||
---
|
---
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<h2>
|
<h1>
|
||||||
{{ heading }}
|
{{ heading }}
|
||||||
</h2>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
Macaroon marzipan bear claw icing cake cotton candy liquorice I love oat
|
Macaroon marzipan bear claw icing cake cotton candy liquorice I love oat
|
||||||
cake. Chocolate sesame snaps powder shortbread icing sweet liquorice
|
cake. Chocolate sesame snaps powder shortbread icing sweet liquorice
|
||||||
|
|
@ -16,13 +16,6 @@ heading: A Mildly Opinionated Eleventy Starter Kit
|
||||||
candy candy marzipan sesame snaps tootsie roll. Muffin chocolate bar
|
candy candy marzipan sesame snaps tootsie roll. Muffin chocolate bar
|
||||||
pudding cake jelly toffee tootsie roll toffee.
|
pudding cake jelly toffee tootsie roll toffee.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
I love cake pie cookie.love cake shortbread lemon drops wafer I love
|
|
||||||
tart. Fruitcake toffee I love muffin cupcake tart. Toffee danish
|
|
||||||
cheesecake brownie gummies sweet I love pudding. Chocolate bar cookie
|
|
||||||
shortbread jelly pastry shortbread pudding. Cupcake tootsie roll jelly-o
|
|
||||||
muffin marshmallow cookie.
|
|
||||||
</p>
|
|
||||||
<h3>Bullet List</h3>
|
<h3>Bullet List</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Lollipop</li>
|
<li>Lollipop</li>
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,16 @@
|
||||||
---
|
---
|
||||||
layout: base
|
layout: base
|
||||||
permalink: /about/
|
permalink: /about/
|
||||||
|
title: About
|
||||||
---
|
---
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<h2>About {{ site.name }}</h2>
|
<h2>About {{ site.name }}</h2>
|
||||||
<p>
|
<p>
|
||||||
{{ site.name }} is a small 11ty starter project to help you build your
|
{{ site.name }} is a small <a href="https://11ty.dev">11ty</a> starter project built by Matt DeCamp to help you build your
|
||||||
next project.
|
next project.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Built with love ❤️ and coffee ☕️ in Georgia.
|
Made with love ❤️ and coffee ☕️ in Georgia 🍑.
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue