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 }}">
|
||||
</head>
|
||||
<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">
|
||||
{% include "partials/header.njk" %}
|
||||
<div id="main-container" role="document">
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@
|
|||
</a>
|
||||
</div>
|
||||
<div id="footer--middle">
|
||||
<a href="{{ site.githubUrl }}">
|
||||
<a href="{{ site.githubUrl }}/tree/master/{{page.inputPath}}" title="Edit this page">
|
||||
{% svgsprite %}
|
||||
{% icon "github" %}
|
||||
</a>
|
||||
</div>
|
||||
<div id="footer--right">
|
||||
©{{ site.copyright }}
|
||||
© {{ site.copyright }}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<div id="header--container">
|
||||
<div id="header--left">
|
||||
<div id="header--title">
|
||||
<a href="" title="{{ site.name }} - {{ site.description }}">
|
||||
<a href="/" title="{{ site.name }} - {{ site.description }}">
|
||||
{{ site.name | lower }}
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -10,3 +10,4 @@
|
|||
<div id="header--right">{% include "partials/nav.njk" %}</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
|
@ -2,13 +2,13 @@
|
|||
layout: base
|
||||
title: Home
|
||||
permalink: '/'
|
||||
heading: A Mildly Opinionated Eleventy Starter Kit
|
||||
heading: A Mildly Opinionated Eleventy Starter
|
||||
---
|
||||
|
||||
<article>
|
||||
<h2>
|
||||
<h1>
|
||||
{{ heading }}
|
||||
</h2>
|
||||
</h1>
|
||||
<p>
|
||||
Macaroon marzipan bear claw icing cake cotton candy liquorice I love oat
|
||||
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
|
||||
pudding cake jelly toffee tootsie roll toffee.
|
||||
</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>
|
||||
<ul>
|
||||
<li>Lollipop</li>
|
||||
|
|
|
|||
|
|
@ -1,15 +1,16 @@
|
|||
---
|
||||
layout: base
|
||||
permalink: /about/
|
||||
title: About
|
||||
---
|
||||
|
||||
<article>
|
||||
<h2>About {{ site.name }}</h2>
|
||||
<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.
|
||||
</p>
|
||||
<p>
|
||||
Built with love ❤️ and coffee ☕️ in Georgia.
|
||||
Made with love ❤️ and coffee ☕️ in Georgia 🍑.
|
||||
</p>
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Reference in a new issue