Skip to content

Commit

Permalink
Created directory for macros
Browse files Browse the repository at this point in the history
  • Loading branch information
fadado committed Mar 31, 2017
1 parent 1333ce7 commit 2dcacc2
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Common := \
$(Layouts)/default.html \
$(Content)/LINKS.txt \
filters.jq \
macros.m \
macros/markup.m \

# Files to "build"
Home := index
Expand Down
2 changes: 1 addition & 1 deletion docs/content/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: jqt transforms MarkDown documents to HTML using Pandoc.
keywords: jqt, markdown, pandoc, gpp, preprocessing, authoring content
updated: "2016-08-28T10:27:09Z"
---
<%include macros.m>&
<%include macros/markup.m>&
<%include content/LINKS.txt>&

# Authoring content
Expand Down
2 changes: 1 addition & 1 deletion docs/content/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: jqt combines one template with one MarkDown document and a data mod
keywords: jqt, JSON, YAML, gpp, preprocessing, data model
updated: "2016-08-28T10:27:09Z"
---
<%include macros.m>&
<%include macros/markup.m>&
<%include content/LINKS.txt>&

# Data model
Expand Down
2 changes: 1 addition & 1 deletion docs/content/engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: jqt orchestrates several shell utilities to transform MarkDown text
keywords: jqt, jq, YAML, gpp, preprocessing, template engine
updated: "2016-08-28T10:27:09Z"
---
<%include macros.m>&
<%include macros/markup.m>&
<%include content/LINKS.txt>&

# Template engine
Expand Down
2 changes: 1 addition & 1 deletion docs/content/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Could be jq the basis for a web template engine?
keywords: jqt, jq, template engine
updated: "2016-08-28T10:27:09Z"
---
<%include macros.m>&
<%include macros/markup.m>&
<%include content/LINKS.txt>&

# Welcome
Expand Down
2 changes: 1 addition & 1 deletion docs/content/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Web pages structure is defined by the HTML markup.
keywords: jqt, jq, gpp, preprocessing, template engine
updated: "2016-08-28T10:27:09Z"
---
<%include macros.m>&
<%include macros/markup.m>&
<%include content/LINKS.txt>&

# Page structure
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<# Default layout #>&
<%include "macros.m">&
<%include "macros/markup.m">&
<!DOCTYPE html>
<!-- this document uses polyglot markup (well formed XHTML5) -->
<html id="{{.page._id}}" xmlns="http://www.w3.org/1999/xhtml" lang="{{.page.lang//.site.lang}}" xml:lang="{{.page.lang//.site.lang}}">
Expand Down
File renamed without changes.

0 comments on commit 2dcacc2

Please sign in to comment.