Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kwant
website
Commits
a5877ee2
Commit
a5877ee2
authored
11 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
small template fixes
parent
0b4d34b4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/base.mako
+1
-2
1 addition, 2 deletions
templates/base.mako
templates/default.mako
+1
-1
1 addition, 1 deletion
templates/default.mako
with
2 additions
and
3 deletions
templates/base.mako
+
1
−
2
View file @
a5877ee2
...
...
@@ -6,7 +6,7 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=utf-8"
/>
<link
href=
"/common/kwant.css"
rel=
"stylesheet"
type=
"text/css"
/>
<title><
%
block
name=
"title"
>
k
want: quantum transport simulation package
</
%
block></title>
<title><
%
block
name=
"title"
>
K
want: quantum transport simulation package
</
%
block></title>
<link
rel=
"icon"
href=
"/common/kwant_icon.png"
type=
"image/png"
/>
<
%
block
name=
"extra_head"
/>
\
</head>
...
...
@@ -42,7 +42,6 @@ ${next.body()}\
var
d
=
document
,
g
=
d
.
createElement
(
'
script
'
),
s
=
d
.
getElementsByTagName
(
'
script
'
)[
0
];
g
.
type
=
'
text/javascript
'
;
g
.
defer
=
true
;
g
.
async
=
true
;
g
.
src
=
u
+
'
piwik.js
'
;
s
.
parentNode
.
insertBefore
(
g
,
s
);
})();
</script>
<noscript><p><img
src=
"http://piwik.kwant-project.org/piwik.php?idsite=1"
style=
"border:0"
alt=
""
/></p></noscript>
<!-- End Piwik Code: Analytics are used by us to improve the site, and not sent to anyone. -->
...
...
This diff is collapsed.
Click to expand it.
templates/default.mako
+
1
−
1
View file @
a5877ee2
<%inherit file="base.mako"/>\
<%block name="title">${meta['title']} -
k
want</%block>\
<%block name="title">${meta['title']} -
K
want</%block>\
${body}\
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment