mirror of https://github.com/pixelfed/pixelfed
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			507 B
		
	
	
	
		
			PHTML
		
	
			
		
		
	
	
			17 lines
		
	
	
		
			507 B
		
	
	
	
		
			PHTML
		
	
@extends('site.partial.template')
 | 
						|
 | 
						|
@section('section')
 | 
						|
 | 
						|
  <div class="title">
 | 
						|
    <h3 class="font-weight-bold">Open Source</h3>
 | 
						|
  </div>
 | 
						|
  <hr>
 | 
						|
  <section>
 | 
						|
    <p class="lead">The software that powers this website is called <a href="https://pixelfed.org">PixelFed</a> and anyone can <a href="https://github.com/pixelfed/pixelfed">download</a> the source code and run their own instance!</p>
 | 
						|
  </section>
 | 
						|
@endsection
 | 
						|
 | 
						|
@push('meta')
 | 
						|
<meta property="og:description" content="Open source in PixelFed">
 | 
						|
@endpush
 |