diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/base.htm | 2 | ||||
| -rw-r--r-- | data/templates/display.htm | 2 | ||||
| -rw-r--r-- | data/templates/exception.htm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm index f406f00..d0c3cee 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <!--<link rel="stylesheet" href="phorkie.css" />--> + <link rel="stylesheet" href="phorkie.css" /> <title>{% block title %}{% endblock %} - Phorkie</title> </head> <body> diff --git a/data/templates/display.htm b/data/templates/display.htm index 6575617..afdc75c 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -9,7 +9,7 @@ </ul> {% for file in repo.getFiles %} <div> - <h2>{{file.getFilename}}</h2> + <h2 id="{{file.getFilename}}">{{file.getFilename}}<a class="anchorlink" href="#{{file.getFilename}}"></a></h2> <p> <a href="{{file.getLink('raw')}}">raw</a> </p> diff --git a/data/templates/exception.htm b/data/templates/exception.htm index 805342a..410c3c0 100644 --- a/data/templates/exception.htm +++ b/data/templates/exception.htm @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <!--<link rel="stylesheet" href="phorkie.css" />--> + <link rel="stylesheet" href="phorkie.css" /> <title>Error - Phorkie</title> </head> <body> |
