You're looking at it

Homepage: https://roundabout-host.com

Show username in repository search

by roundabout, Monday, 17 February 2025, 09:06:42 (1739783202), pushed by roundabout, Monday, 17 February 2025, 09:06:45 (1739783205)

Author identity: vlad <vlad.muntoiu@gmail.com>

0c6da81a7a2ad6a176a8da9ec570ad47e6311002

templates/search.html

@@ -11,7 +11,7 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                                <li>
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                                    <article class="card" style="flex: 0 1 auto;">
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                                        <section class="card-main">
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                                        <a href="{{ result.route }}"><h3>{{ result.name }}</h3></a>
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                                        <a href="{{ result.route }}"><h3>{{ result.route }}</h3></a>
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                                            {% if result.info %}
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                                                <p>{{ result.info }}</p>
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                                            {% endif %}