Skip to content

Commit

Permalink
add easy to use reviewmode
Browse files Browse the repository at this point in the history
currently used to review the new puml diagrams vs the old eclipse generated ones
  • Loading branch information
NooBxGockeL committed Sep 20, 2016
1 parent 5cf9989 commit d70bfca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ repo_url: "https://github.com/iluwatar/java-design-patterns"
designer_github_username: Gaohaoyang
disqus_shortname: java-design-patterns
permalink: /blog/:title/
#reviewmode: true

# Build settings
markdown: kramdown
Expand Down
6 changes: 5 additions & 1 deletion _layouts/pattern.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ <h1>{{ page.title }}</h1>
</div>
</header>
<hr>
<!--{% include pumlImg.html id=page.pumlid %}-->

{% if site.reviewmode %}
{% include pumlImg.html id=page.pumlid %}
{% endif %}

<article>
{{ content }}
</article>
Expand Down

0 comments on commit d70bfca

Please sign in to comment.