Skip to content

Latest commit

 

History

History
83 lines (82 loc) · 3.31 KB

meeting-notes.md

File metadata and controls

83 lines (82 loc) · 3.31 KB
layout title
default
Meeting Notes
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js'></script> <script type="text/javascript" src="{{ site.baseurl }}/Data/media/js/simpleJekyllSearch.js"></script>

Meeting Notes

    Search box only searches the questions and tags, not the anwser text. To do a full body search please use your browser search ctrl + F or command + F
      {% for post in site.posts %}

      {{ post.title }}

      {{ post.content }}

      {% endfor %}
    <script type="text/javascript"> SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), dataSource: '{{site.baseurl}}/search.json', searchResultTemplate: '
  • {title}
  • ', noResultsText: 'No results found', limit: 10, fuzzy: false, }) </script> <style type="text/css"> #search-demo-container { max-width: 40em; padding: 1em; margin: 1em auto; border: 1px solid lightgrey; } #search-input { display: inline-block; padding: .5em; width: 100%; font-size: 0.8em; height: 34px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .post-header { display: none; } .book-navigation{ display: none; } </style>