fix: add federated/favorites to crawled pages (#1006)
another thing I missed in #1000 and #1002
This commit is contained in:
		
							parent
							
								
									68d3960931
								
							
						
					
					
						commit
						4387c17cbd
					
				
					 1 changed files with 10 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -75,15 +75,17 @@
 | 
			
		|||
    <p>Community options appear here when logged in.</p>
 | 
			
		||||
  </FreeTextLayout>
 | 
			
		||||
</HiddenFromSSR>
 | 
			
		||||
  <div style="display: none">
 | 
			
		||||
    <!-- TODO: this is just a hack so that `sapper export` knows to crawl these files -->
 | 
			
		||||
    <a href="/muted">Muted</a>
 | 
			
		||||
    <a href="/blocked">Blocked</a>
 | 
			
		||||
    <a href="/pinned">Pinned</a>
 | 
			
		||||
    <a href="/requests">Requests</a>
 | 
			
		||||
    <a href="/share">Share</a>
 | 
			
		||||
    <a href="/federated">Federated</a>
 | 
			
		||||
    <a href="/favorites">Favorites</a>
 | 
			
		||||
  </div>
 | 
			
		||||
{/if}
 | 
			
		||||
<div style="display: none">
 | 
			
		||||
  <!-- TODO: this is just a hack so that `sapper export` knows to crawl these files -->
 | 
			
		||||
  <a href="/muted">Muted</a>
 | 
			
		||||
  <a href="/blocked">Blocked</a>
 | 
			
		||||
  <a href="/pinned">Pinned</a>
 | 
			
		||||
  <a href="/requests">Requests</a>
 | 
			
		||||
  <a href="/share">Share</a>
 | 
			
		||||
</div>
 | 
			
		||||
<style>
 | 
			
		||||
  .community-page {
 | 
			
		||||
    margin: 20px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue