Skip to content
Snippets Groups Projects
footer.html 1.61 KiB
Newer Older
  • Learn to ignore specific revisions
  • <footer class="page-footer">
      <div class="container">
        <div class="row">
    
    Tom Wiesing's avatar
    Tom Wiesing committed
          <div class="col l8 s12">
            <h5 class="white-text">About</h5>
            <p class="grey-text text-lighten-4">
            {{ site.description }}
            </p>
    
          </div>
          
          <div class="col l2 s12">
    
    Tom Wiesing's avatar
    Tom Wiesing committed
            <h5 class="white-text">Updates</h5>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
            <a href="https://github.com/KWARC" title="GitHub" class="waves-effect waves-teal btn-flat">
    
              <i class="fa fa-github" aria-hidden="true"></i> GitHub
            </a>
    
    Tom Wiesing's avatar
    Tom Wiesing committed
          
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
            <a href="{{site.baseurl}}/atom.xml" title="Atom Feed" class="waves-effect waves-teal btn-flat">
    
              <i class="fa fa-rss" aria-hidden="true"></i> Atom Feed
            </a>
          </div>
    
    Tom Wiesing's avatar
    Tom Wiesing committed
          
          <div class="col l2 s12">
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
            <h5 class="white-text">Editing</h5>
    
    Navid Roux's avatar
    Navid Roux committed
            <a href="{{site.repository}}/-/edit/master/{% if page.source %}{{ page.source }}{% else %}{{ page.path }}{% endif %}" title="Edit this page" class="waves-effect waves-teal btn-flat">
    
              <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Edit this page
            </a>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
            <a href="{{site.repository}}/#repository-holding-the-sources-of-the-kwarcinfo-website"
    	    title="How to edit" class="waves-effect waves-teal btn-flat">
    
                <i class="fa fa-question-circle" aria-hidden="true"></i> How to edit
    
            </a>
          </div>
    
    Tom Wiesing's avatar
    Tom Wiesing committed
          
    
        </div>
      </div>
      <div class="footer-copyright">
        <div class="container">
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
          &copy; {{ site.time | date: '%Y' }} The KWARC Group
    
    Tom Wiesing's avatar
    Tom Wiesing committed
          <span class="right legal-links">
            <script src="https://privacy.kwarc.info/legal.js"></script>
    
    Tom Wiesing's avatar
    Tom Wiesing committed
          </span>
    
        </div>
      </div>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    </footer>