Muut  
                
               
                 
              
                  
                    November 8, 2014,  2:37pm
                   
                   
              1 
               
             
            
              All of my categories are assigned ad lowercase like this:
taxonomy:
  category:
    - photography
    - Admin
    - Stuff
  tag:
    - aperture
    - opinion
 
I have this block of code calling for category summary pages in my blog"
<li>
	<a href="{{ base_url }}/category:Admin">Admin</a>
</li>
<li>
	<a href="{{ base_url }}/category:Photography">Photography</a>
</li>
<li> 
	<a href="{{ base_url }}/category:Web Development">Web Development</a>
</li>
 
The Admin and Web Development links work as expected. But the Photography link brings up a blank page unless I do it like this:
<li>
	<a href="{{ base_url }}/category:photography">Photography</a>
</li>
 
But if I call for the Admin category page like this:
<li>
	<a href="{{ base_url }}/category:admin">Admin</a>
</li>
 
I get a blank page.
So Admin wants to be called as Admin but Photography wants to be called as photography.
Why should that be?
             
            
               
               
               
            
            
           
          
            
              
                Muut  
                
               
              
                  
                    November 8, 2014,  2:54pm
                   
                   
              2 
               
             
            
              Looks suspiciously like your cache issue again   Can you try clearing that first.
             
            
               
               
               
            
            
           
          
            
              
                Muut  
                
               
              
                  
                    November 8, 2014,  3:23pm
                   
                   
              3 
               
             
            
              Not that. I cleared it and am not running through the CodeKit cache. Grav’s caching is turned off.
             
            
               
               
               
            
            
           
          
            
              
                Muut  
                
               
              
                  
                    November 8, 2014,  3:28pm
                   
                   
              4 
               
             
            
              And it’s consistent. Admin always wants to be Admin and Photography always wants to be photography.
             
            
               
               
               
            
            
           
          
            
              
                Muut  
                
               
              
                  
                    November 8, 2014,  3:41pm
                   
                   
              5 
               
             
            
              If you send me a zip of your site I can try to replicate it (devs at getgrav.org )
             
            
               
               
               
            
            
           
          
            
              
                Muut  
                
               
              
                  
                    November 8, 2014,  3:45pm
                   
                   
              6 
               
             
            
              Also tell me where specifically to look to find the issue.
             
            
               
               
               
            
            
           
          
            
              
                Muut  
                
               
              
                  
                    November 8, 2014,  3:49pm
                   
                   
              8 
               
             
            
              Nope. Error:
<devs@getgrav.org>: host ASPMX.L.GOOGLE.COM[74.125.129.27] said: 552-5.7.0 This
   message was blocked because its content presents a potential 552-5.7.0
   security issue. Please visit 552-5.7.0
   http://support.google.com/mail/bin/answer.py?answer=6590 to review our 552
   5.7.0 message content and attachment content guidelines.
   bl11si7319297pdb.125 - gsmtp (in reply to end of DATA command)
 
Another way?
             
            
               
               
               
            
            
           
          
            
              
                Muut  
                
               
              
                  
                    November 8, 2014,  4:35pm
                   
                   
              9 
               
             
            
              Dropbox? Dropplr? GoogleDrive?
             
            
               
               
               
            
            
           
          
            
              
                Muut  
                
               
              
                  
                    November 8, 2014,  4:46pm
                   
                   
              10 
               
             
            
              I was tempted to try Yosemite’s AirDrop, but went with Dropbox. See your email.
             
            
               
               
               
            
            
           
          
            
              
                Muut  
                
               
              
                  
                    November 8, 2014,  5:09pm
                   
                   
              11 
               
             
            
              Ooops! Don’t spend any time on this. The inconsistency in capitalization was my own in the different blog post yaml.
Sorry.
             
            
               
               
               
            
            
           
          
            
              
                Muut  
                
               
              
                  
                    November 8, 2014, 11:50pm
                   
                   
              13 
               
             
            
              Yes, thanks. I hate wasting your time. Sometimes I just need to spend a little longer stewing on a problem before asking.