-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from wannier-berri/find_projections
link to wannier-berri.org
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{% extends "!layout.html" %} | ||
|
||
{% block header %} | ||
<img src="{{ pathto("_static/WANNIERBERRI-line-redblack.png", 1) }}" alt="WannierBerri logo" /> | ||
{% endblock %} | ||
|
||
{% block extrahead %} | ||
<!-- Place this tag in your head or just before your close body tag. --> | ||
<script async defer src="https://buttons.github.io/buttons.js"></script> | ||
{% endblock %} | ||
|
||
{% block menu %} | ||
{{ super() }} | ||
<a href="genindex.html">Index</a> | ||
<a href="http://wannier-berri.org">Back to Wannier-Berri.org</a> | ||
{% endblock %} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters