| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,9 +13,9 @@ | |||
| 13 | 13 | {% set show_label = label|default(true) %} | |
| 14 | 14 | <div class="field-container {{ classes }}"> | |
| 15 | 15 | {% if show_label %} | |
| 16 | - <label class="{{ classes }}">{{ label|default(name|title) }}{% if required %}<abbr title="Required">*</abbr>{% endif %} | ||
| 16 | + <label class="{{ classes }}">{{ label|default('Label') }}{% if required %}<abbr title="Required">*</abbr>{% endif %} | ||
| 17 | 17 | {% endif %} | |
| 18 | - <textarea placeholder="{{ placeholder|default(name|title) }}" rows="{{ rows|default(8) }}"{% if required %} required{% endif %}></textarea> | ||
| 18 | + <textarea placeholder="{{ placeholder|default('Placeholder') }}" rows="{{ rows|default(8) }}"{% if required %} required{% endif %}></textarea> | ||
| 19 | 19 | {% if show_label %}</label>{% endif %} | |
| 20 | 20 | </div> | |
| 21 | 21 | {% endmacro %} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,17 +1,17 @@ | |||
| 1 | - {% extends "@templates/page-2col.twig" %} | ||
| 1 | + {% extends "@templates/00-layouts/01-page-2col.twig" %} | ||
| 2 | 2 | {% block main %} | |
| 3 | 3 | <article class="article"> | |
| 4 | 4 | <header class="article-header"> | |
| 5 | 5 | <h1>Article Headline Lorem ipsum dolor sit aweofij</h1> | |
| 6 | 6 | {% include "@molecules/00-text/00-byline.twig" %} | |
| 7 | 7 | </header> | |
| 8 | - {% include "@organisms/article-body.twig" %} | ||
| 8 | + {% include "@organisms/01-article/00-article-body.twig" %} | ||
| 9 | 9 | </article><!--end .article--> | |
| 10 | - {% include "@molecules/social-share.twig" %} | ||
| 11 | - {% include "@organisms/comment-thread.twig" %} | ||
| 10 | + {% include "@molecules/06-components/00-social-share.twig" %} | ||
| 11 | + {% include "@organisms/02-comments/00-comment-thread.twig" %} | ||
| 12 | 12 | {% endblock %} | |
| 13 | 13 | ||
| 14 | 14 | {% block sidebar %} | |
| 15 | - {% include "@organisms/related-posts.twig" %} | ||
| 16 | - {% include "@organisms/recent-tweets.twig" %} | ||
| 15 | + {% include "@organisms/03-sections/02-related-posts.twig" %} | ||
| 16 | + {% include "@organisms/03-sections/01-recent-tweets.twig" %} | ||
| 17 | 17 | {% endblock %} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments