Blame pagure/themes/default/templates/theme.html

Ryan Lerch f85bcc
{# additional classes for the top navbar #}
Ryan Lerch f85bcc
{% set masthead_class = "navbar-dark bg-dark p-0" %}
Ryan Lerch a20e96
Ryan Lerch a20e96
{# site title that shows in the head html element at the end #}
Ryan Lerch a20e96
{% set site_title = "Pagure" %}
Ryan Lerch a20e96
Ryan Lerch a20e96
Ryan Lerch a20e96
{% macro head_imports() %}
Ryan Lerch a20e96
Neha Kandpal 68fd3d
href="{{ url_for('theme.static', filename='favicon.ico')}}?version={{ g.version}}"/>
Neha Kandpal 68fd3d
<link href="{{ url_for('static', filename='vendor/bootstrap/bootstrap.min.css')}}?version={{ g.version}}" rel="stylesheet">
Neha Kandpal 68fd3d
<link href="{{ url_for('theme.static', filename='theme.css') }}?version={{ g.version}}" rel="stylesheet" type="text/css">
Ryan Lerch a20e96
{% endmacro %}
Ryan Lerch a20e96
Ryan Lerch a20e96
{% macro js_imports() %}
Neha Kandpal 68fd3d
<script src="{{ url_for('static', filename='vendor/bootstrap/bootstrap.bundle.min.js')}}?version={{ g.version}}"></script>
Ryan Lerch a20e96
{% endmacro %}
Ryan Lerch a20e96
Ryan Lerch 64e143
{% macro browseheader_message(select) %}
Mary Kate Fain a16918
    {#
Ryan Lerch 64e143
        message that shows at the top of the browse pages:
Ryan Lerch 64e143
        'select' is the browse page. It can be either: 'projects',
Mary Kate Fain a16918
        'users', or 'groups'.
Ryan Lerch 64e143
    #}
Ryan Lerch 64e143
    {% if select == 'projects' %}
Ryan Lerch 64e143
    
Ryan Lerch 64e143
    
Ryan Lerch 64e143
        
Ryan Lerch 64e143
            

Welcome to Pagure

Ryan Lerch 64e143
            

Pagure is an Open Source software code hosting system.

Ryan Lerch 64e143
        
Ryan Lerch 64e143
    
Ryan Lerch 64e143
    
Ryan Lerch 64e143
    {% endif %}
Ryan Lerch 64e143
{% endmacro %}
Ryan Lerch 64e143
Ryan Lerch a20e96
{% macro footer() %}
Ryan Lerch a20e96
    
Ryan Lerch a20e96
        
Ryan Lerch a20e96
            

Ryan Lerch a20e96
         Powered by
Ryan Lerch a20e96
          Pagure
Ryan Lerch a20e96
          {{ g.version }}
Ryan Lerch a20e96
            

Pierre-Yves Chibon 21f7e4
            

Pierre-Yves Chibon 21f7e4
              SSH Hostkey/Fingerprint
Pierre-Yves Chibon 21f7e4
              | Documentation
Pierre-Yves Chibon 21f7e4
              | About
Pierre-Yves Chibon 21f7e4
            

Pierre-Yves Chibon 47ee6e
            

© 2014-2019 Red Hat, Inc. and others.

Ryan Lerch a20e96
        
Ryan Lerch a20e96
    
Neal Gompa c56d92
{% endmacro %}
Mary Kate Fain a16918
Mary Kate Fain a16918
{% macro about_page() %}
Pierre-Yves Chibon 21f7e4
  
Pierre-Yves Chibon 21f7e4
    

About

Pierre-Yves Chibon 21f7e4
    

Welcome to this pagure instance.

Pierre-Yves Chibon 21f7e4
    

Pierre-Yves Chibon 21f7e4
      For any issue, wish or security concern, feel free to
Pierre-Yves Chibon 21f7e4
      open a ticket (please
Pierre-Yves Chibon 21f7e4
      ensure the ticket is private if your concern is security-related).
Pierre-Yves Chibon 21f7e4
    

Pierre-Yves Chibon 21f7e4
    

Pierre-Yves Chibon 21f7e4
      You may contact an administrator by emailing:
Pierre-Yves Chibon 21f7e4
      
Pierre-Yves Chibon 21f7e4
        {{ config['ADMIN_EMAIL'] }}
Pierre-Yves Chibon 21f7e4
      .
Pierre-Yves Chibon 21f7e4
    

Pierre-Yves Chibon 21f7e4
    

Learn more or keep in touch about pagure via our mailing lists:

Pierre-Yves Chibon 21f7e4
    
    Pierre-Yves Chibon 21f7e4
          
  • Pierre-Yves Chibon 21f7e4
            pagure-annouce
    Pierre-Yves Chibon 21f7e4
          
    Pierre-Yves Chibon 21f7e4
          
  • Pierre-Yves Chibon 21f7e4
            pagure-devel
    Pierre-Yves Chibon 21f7e4
          
    Pierre-Yves Chibon 21f7e4
        
    Pierre-Yves Chibon 21f7e4
        

    Pierre-Yves Chibon 21f7e4
          pagure is a free software licensed
    Pierre-Yves Chibon 21f7e4
          under the 
    Pierre-Yves Chibon 21f7e4
            GNU General Public License (GPL) v2
    Pierre-Yves Chibon 21f7e4
           or any later versions.
    Pierre-Yves Chibon 21f7e4
        

    Pierre-Yves Chibon 21f7e4
        

    Pierre-Yves Chibon 21f7e4
          This program is distributed in the hope that it will be useful, but
    Pierre-Yves Chibon 21f7e4
          WITHOUT ANY WARRANTY; without even the implied warranty of
    Pierre-Yves Chibon 21f7e4
          MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    Pierre-Yves Chibon 21f7e4
          General Public License for details.
    Pierre-Yves Chibon 21f7e4
        

    Pierre-Yves Chibon 21f7e4
      
    Mary Kate Fain a16918
    {% endmacro %}