Skip to content

Instantly share code, notes, and snippets.

@briandoll
Created December 6, 2020 05:19
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 briandoll/9de3e040d304dc31691bfbbcca3e317f to your computer and use it in GitHub Desktop.
Save briandoll/9de3e040d304dc31691bfbbcca3e317f to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ site.title }}</title>
<meta name="description" content="{{ site.description }}">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="/assets/js/fresco.min.js"></script>
<link rel="stylesheet" type="text/css" href="/assets/css/fresco.css"/>
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
{{ content }}
</body>
</html>
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
filename
photo1.jpg
photo2.jpg
photo3.jpg
<div>
{% for photo in site.data.photos %}
<a href="{{site.imagesurl}}{{ photo.filename }}" class="fresco"><img src="{{site.thumbsurl}}{{ photo.filename }}"/></a>
{% endfor %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment