Is there a single template file where it is all begins

Asked by Tzury Bar Yochay

for example, I want to add the following line:
<link rel="stylesheet" href="/static/style/base.css" type="text/css" />
and I want it to applied on the whole site.

intuitively I went to 'infogami/infogami/core/templates/site.html'
and added it but nothing happened.

Is there a base template for all default view templates?

see, 'default_view.html' dose not contain 'normal' html page element (such as <body>, <title>, etc.) while site.html does. However, changes I am making on sites.html have no effect on the look of the site at all.

Question information

Language:
English Edit question
Status:
Solved
For:
Infogami Edit question
Assignee:
No assignee Edit question
Solved by:
Tzury Bar Yochay
Solved:
Last query:
Last reply:
Revision history for this message
Tzury Bar Yochay (tzury-by) said :
#1

After hg pull, hg update I got that style.css which affect the look and feel of the site