Skip to content

Commit

Permalink
Updated sample content
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Jun 24, 2018
1 parent c727a8f commit 37ecdac
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automad/version.php
@@ -1 +1 @@
<?php define('AM_VERSION', '0.10+961'); ?>
<?php define('AM_VERSION', '0.10+962'); ?>
2 changes: 1 addition & 1 deletion pages/01.blog/bravo-post/post.txt
Expand Up @@ -14,7 +14,7 @@ imageTeaser: /pages/*/*alpha*/portrait*

-

imagesSlideshow: /pages/*/*alpha*/*.png
imagesSlideshow: /pages/*portfolio/*alpha*/*.png

-

Expand Down
4 changes: 0 additions & 4 deletions pages/06.tutorials/01.navigation/navigation.txt
Expand Up @@ -6,10 +6,6 @@ tags: Tutorial

-

date: 2018-04-30 12:00:00

-

textTeaser: A simple example for a tree navigation. Learn how to define recursive snippets of code to be used in loops and create dynamic menus of any depth.

-
Expand Down
4 changes: 0 additions & 4 deletions pages/06.tutorials/02.filtering-and-sorting/filter_sort.txt
Expand Up @@ -6,10 +6,6 @@ tags: Tutorial

-

date: 2018-04-29 12:00:00

-

textTeaser: A configurable pagelist is the basis for every navigation. This template illustrates the main concepts of filtering, sorting and searching in Automad pagelists.

-
Expand Down
4 changes: 0 additions & 4 deletions pages/06.tutorials/03.plain-php/plain_php.txt
Expand Up @@ -6,10 +6,6 @@ tags: Tutorial

-

date: 2018-05-01 12:00:00

-

textTeaser: While Automad ships with an built-in template language, experienced PHP developers might prefer to develop templates in plain PHP. This example demonstrates the implementation of the [Filtering & Sorting](../filtering-and-sorting) template in PHP. Compared to the Automad template language, the plain PHP source looks slightly longer and more complicated. For standard templates, it is therefore recommended to use the Automad Syntax.

-
Expand Down

0 comments on commit 37ecdac

Please sign in to comment.