diff --git a/content/posts/2019-06.md b/content/posts/2019-06.md
index 1106f326e..6cb6d9f21 100644
--- a/content/posts/2019-06.md
+++ b/content/posts/2019-06.md
@@ -116,4 +116,19 @@ $ podman rm dspacedb
$ podman run --name dspacedb -v dspacedb_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:9.6-alpine
```
+## 2019-06-25
+
+- Normalize `text_lang` values for metadata on DSpace Test and CGSpace:
+
+```
+dspace=# UPDATE metadatavalue SET text_lang='en_US' WHERE resource_type_id=2 AND metadata_field_id != 28 AND text_lang IN ('ethnob', 'en', '*', 'E.', '');
+UPDATE 1551
+dspace=# UPDATE metadatavalue SET text_lang='en_US' WHERE resource_type_id=2 AND metadata_field_id != 28 AND text_lang IS NULL;
+UPDATE 2070
+dspace=# UPDATE metadatavalue SET text_lang='es_ES' WHERE resource_type_id=2 AND metadata_field_id != 28 AND text_lang IN ('es', 'spa');
+UPDATE 2
+```
+
+- Upload 202 IITA records from earlier this month (20194th.xls) to CGSpace
+
diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html
index 87315c1fe..17fefd8dd 100644
--- a/docs/2015-11/index.html
+++ b/docs/2015-11/index.html
@@ -37,7 +37,7 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac
78
"/>
-
+
diff --git a/docs/2015-12/index.html b/docs/2015-12/index.html
index dde9f051c..f414c9d40 100644
--- a/docs/2015-12/index.html
+++ b/docs/2015-12/index.html
@@ -37,7 +37,7 @@ Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less
-rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz
"/>
-
+
diff --git a/docs/2016-01/index.html b/docs/2016-01/index.html
index 4dd9c382c..decd275d8 100644
--- a/docs/2016-01/index.html
+++ b/docs/2016-01/index.html
@@ -27,7 +27,7 @@ Move ILRI collection 10568/12503 from 10568/27869 to 10568/27629 using the move_
I realized it is only necessary to clear the Cocoon cache after moving collections—rather than reindexing—as no metadata has changed, and therefore no search or browse indexes need to be updated.
Update GitHub wiki for documentation of maintenance tasks.
"/>
-
+
diff --git a/docs/2016-02/index.html b/docs/2016-02/index.html
index 115eaade7..35f8c90c2 100644
--- a/docs/2016-02/index.html
+++ b/docs/2016-02/index.html
@@ -41,7 +41,7 @@ I noticed we have a very interesting list of countries on CGSpace:
Not only are there 49,000 countries, we have some blanks (25)…
Also, lots of things like “COTE D`LVOIRE” and “COTE D IVOIRE”
"/>
-
+
diff --git a/docs/2016-03/index.html b/docs/2016-03/index.html
index 240596bbc..7d9c51e57 100644
--- a/docs/2016-03/index.html
+++ b/docs/2016-03/index.html
@@ -27,7 +27,7 @@ Looking at issues with author authorities on CGSpace
For some reason we still have the index-lucene-update cron job active on CGSpace, but I’m pretty sure we don’t need it as of the latest few versions of Atmire’s Listings and Reports module
Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Java JDK 1.7 to match environment on CGSpace server
"/>
-
+
diff --git a/docs/2016-04/index.html b/docs/2016-04/index.html
index 306641de9..6eb6488bf 100644
--- a/docs/2016-04/index.html
+++ b/docs/2016-04/index.html
@@ -31,7 +31,7 @@ After running DSpace for over five years I’ve never needed to look in any
This will save us a few gigs of backup space we’re paying for on S3
Also, I noticed the checker log has some errors we should pay attention to:
"/>
-
+
diff --git a/docs/2016-05/index.html b/docs/2016-05/index.html
index a456542d8..3f8bfbc67 100644
--- a/docs/2016-05/index.html
+++ b/docs/2016-05/index.html
@@ -37,7 +37,7 @@ There are 3,000 IPs accessing the REST API in a 24-hour period!
3168
"/>
-
+
diff --git a/docs/2016-06/index.html b/docs/2016-06/index.html
index 1bcae250e..718408693 100644
--- a/docs/2016-06/index.html
+++ b/docs/2016-06/index.html
@@ -33,7 +33,7 @@ This is their publications set: http://ebrary.ifpri.org/oai/oai.php?verb=ListRec
You can see the others by using the OAI ListSets verb: http://ebrary.ifpri.org/oai/oai.php?verb=ListSets
Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in dc.identifier.fund to cg.identifier.cpwfproject and then the rest to dc.description.sponsorship
"/>
-
+
diff --git a/docs/2016-07/index.html b/docs/2016-07/index.html
index 1993688aa..fb5252645 100644
--- a/docs/2016-07/index.html
+++ b/docs/2016-07/index.html
@@ -47,7 +47,7 @@ text_value
In this case the select query was showing 95 results before the update
"/>
-
+
diff --git a/docs/2016-08/index.html b/docs/2016-08/index.html
index a3b3e2773..17acfb8f3 100644
--- a/docs/2016-08/index.html
+++ b/docs/2016-08/index.html
@@ -45,7 +45,7 @@ $ git reset --hard ilri/5_x-prod
$ git rebase -i dspace-5.5
"/>
-
+
diff --git a/docs/2016-09/index.html b/docs/2016-09/index.html
index f0e4085d4..57d9a661f 100644
--- a/docs/2016-09/index.html
+++ b/docs/2016-09/index.html
@@ -37,7 +37,7 @@ It looks like we might be able to use OUs now, instead of DCs:
$ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b "dc=cgiarad,dc=org" -D "admigration1@cgiarad.org" -W "(sAMAccountName=admigration1)"
"/>
-
+
diff --git a/docs/2016-10/index.html b/docs/2016-10/index.html
index eac0d10e0..850935c05 100644
--- a/docs/2016-10/index.html
+++ b/docs/2016-10/index.html
@@ -45,7 +45,7 @@ I exported a random item’s metadata as CSV, deleted all columns except id
0000-0002-6115-0956||0000-0002-3812-8793||0000-0001-7462-405X
"/>
-
+
diff --git a/docs/2016-11/index.html b/docs/2016-11/index.html
index a1e178ecf..e01e62aa4 100644
--- a/docs/2016-11/index.html
+++ b/docs/2016-11/index.html
@@ -27,7 +27,7 @@ Add dc.type to the output options for Atmire’s Listings and Reports module
"/>
-
+
diff --git a/docs/2016-12/index.html b/docs/2016-12/index.html
index 330ff4080..1461cfb40 100644
--- a/docs/2016-12/index.html
+++ b/docs/2016-12/index.html
@@ -53,7 +53,7 @@ I’ve raised a ticket with Atmire to ask
Another worrying error from dspace.log is:
"/>
-
+
diff --git a/docs/2017-01/index.html b/docs/2017-01/index.html
index 46301bfb9..fd4d66c99 100644
--- a/docs/2017-01/index.html
+++ b/docs/2017-01/index.html
@@ -27,7 +27,7 @@ I checked to see if the Solr sharding task that is supposed to run on January 1s
I tested on DSpace Test as well and it doesn’t work there either
I asked on the dspace-tech mailing list because it seems to be broken, and actually now I’m not sure if we’ve ever had the sharding task run successfully over all these years
"/>
-
+
diff --git a/docs/2017-02/index.html b/docs/2017-02/index.html
index 50e12d3e3..33f06a568 100644
--- a/docs/2017-02/index.html
+++ b/docs/2017-02/index.html
@@ -53,7 +53,7 @@ Create issue on GitHub to track the addition of CCAFS Phase II project tags (#30
Looks like we’ll be using cg.identifier.ccafsprojectpii as the field name
"/>
-
+
diff --git a/docs/2017-03/index.html b/docs/2017-03/index.html
index 295bb7fad..81bcefd6f 100644
--- a/docs/2017-03/index.html
+++ b/docs/2017-03/index.html
@@ -61,7 +61,7 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000
"/>
-
+
diff --git a/docs/2017-04/index.html b/docs/2017-04/index.html
index f5d1f9f71..6dd84c77e 100644
--- a/docs/2017-04/index.html
+++ b/docs/2017-04/index.html
@@ -47,7 +47,7 @@ Testing the CMYK patch on a collection with 650 items:
$ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Thumbnail" -v >& /tmp/filter-media-cmyk.txt
"/>
-
+
diff --git a/docs/2017-05/index.html b/docs/2017-05/index.html
index b5ecda95b..ca704c37f 100644
--- a/docs/2017-05/index.html
+++ b/docs/2017-05/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/2017-06/index.html b/docs/2017-06/index.html
index fb98c198d..63c1f9f4b 100644
--- a/docs/2017-06/index.html
+++ b/docs/2017-06/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/2017-07/index.html b/docs/2017-07/index.html
index 459bf97ff..6b51ffbcd 100644
--- a/docs/2017-07/index.html
+++ b/docs/2017-07/index.html
@@ -39,7 +39,7 @@ Merge changes for WLE Phase II theme rename (#329)
Looking at extracting the metadata registries from ICARDA’s MEL DSpace database so we can compare fields with CGSpace
We can use PostgreSQL’s extended output format (-x) plus sed to format the output into quasi XML:
"/>
-
+
diff --git a/docs/2017-08/index.html b/docs/2017-08/index.html
index 14e1895fa..1b7d4a71d 100644
--- a/docs/2017-08/index.html
+++ b/docs/2017-08/index.html
@@ -59,7 +59,7 @@ This was due to newline characters in the dc.description.abstract column, which
I exported a new CSV from the collection on DSpace Test and then manually removed the characters in vim using g/^$/d
Then I cleaned up the author authorities and HTML characters in OpenRefine and sent the file back to Abenet
"/>
-
+
diff --git a/docs/2017-09/index.html b/docs/2017-09/index.html
index 98852e3cc..65653d128 100644
--- a/docs/2017-09/index.html
+++ b/docs/2017-09/index.html
@@ -35,7 +35,7 @@ Linode sent an alert that CGSpace (linode18) was using 261% CPU for the past two
Ask Sisay to clean up the WLE approvers a bit, as Marianne’s user account is both in the approvers step as well as the group
"/>
-
+
diff --git a/docs/2017-10/index.html b/docs/2017-10/index.html
index 2f72344a6..9f28e7503 100644
--- a/docs/2017-10/index.html
+++ b/docs/2017-10/index.html
@@ -37,7 +37,7 @@ There appears to be a pattern but I’ll have to look a bit closer and try t
Add Katherine Lutz to the groups for content submission and edit steps of the CGIAR System collections
"/>
-
+
diff --git a/docs/2017-11/index.html b/docs/2017-11/index.html
index 0d5d4b35a..f465febab 100644
--- a/docs/2017-11/index.html
+++ b/docs/2017-11/index.html
@@ -55,7 +55,7 @@ dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue
COPY 54701
"/>
-
+
diff --git a/docs/2017-12/index.html b/docs/2017-12/index.html
index 5722ee440..5bc5c0be4 100644
--- a/docs/2017-12/index.html
+++ b/docs/2017-12/index.html
@@ -29,7 +29,7 @@ The logs say “Timeout waiting for idle object”
PostgreSQL activity says there are 115 connections currently
The list of connections to XMLUI and REST API for today:
"/>
-
+
diff --git a/docs/2018-01/index.html b/docs/2018-01/index.html
index 7d3cca1d0..cfcaf5135 100644
--- a/docs/2018-01/index.html
+++ b/docs/2018-01/index.html
@@ -163,7 +163,7 @@ dspace.log.2018-01-02:34
Danny wrote to ask for help renewing the wildcard ilri.org certificate and I advised that we should probably use Let’s Encrypt if it’s just a handful of domains
"/>
-
+
diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html
index c362a11dd..a80608828 100644
--- a/docs/2018-02/index.html
+++ b/docs/2018-02/index.html
@@ -29,7 +29,7 @@ We don’t need to distinguish between internal and external works, so that
Yesterday I figured out how to monitor DSpace sessions using JMX
I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-plugins-java package and used the stuff I discovered about JMX in 2018-01
"/>
-
+
diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html
index 65a25de3b..9b799790e 100644
--- a/docs/2018-03/index.html
+++ b/docs/2018-03/index.html
@@ -23,7 +23,7 @@ Export a CSV of the IITA community metadata for Martin Mueller
Export a CSV of the IITA community metadata for Martin Mueller
"/>
-
+
diff --git a/docs/2018-04/index.html b/docs/2018-04/index.html
index 6c5bb5149..a99c950eb 100644
--- a/docs/2018-04/index.html
+++ b/docs/2018-04/index.html
@@ -25,7 +25,7 @@ Catalina logs at least show some memory errors yesterday:
I tried to test something on DSpace Test but noticed that it’s down since god knows when
Catalina logs at least show some memory errors yesterday:
"/>
-
+
diff --git a/docs/2018-05/index.html b/docs/2018-05/index.html
index 797b5994d..b67569bf8 100644
--- a/docs/2018-05/index.html
+++ b/docs/2018-05/index.html
@@ -37,7 +37,7 @@ http://localhost:3000/solr/statistics/update?stream.body=%3Ccommit/%3E
Then I reduced the JVM heap size from 6144 back to 5120m
Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked the Ansible infrastructure scripts to support hosts choosing which distribution they want to use
"/>
-
+
diff --git a/docs/2018-06/index.html b/docs/2018-06/index.html
index 3fc97c66d..d47a7c189 100644
--- a/docs/2018-06/index.html
+++ b/docs/2018-06/index.html
@@ -65,7 +65,7 @@ user 8m5.056s
sys 2m7.289s
"/>
-
+
diff --git a/docs/2018-07/index.html b/docs/2018-07/index.html
index 095f769db..3b8d9f82a 100644
--- a/docs/2018-07/index.html
+++ b/docs/2018-07/index.html
@@ -39,7 +39,7 @@ During the mvn package stage on the 5.8 branch I kept getting issues with java r
There is insufficient memory for the Java Runtime Environment to continue.
"/>
-
+
diff --git a/docs/2018-08/index.html b/docs/2018-08/index.html
index 7523f3cdc..38400d506 100644
--- a/docs/2018-08/index.html
+++ b/docs/2018-08/index.html
@@ -57,7 +57,7 @@ The server only has 8GB of RAM so we’ll eventually need to upgrade to a la
I ran all system updates on DSpace Test and rebooted it
"/>
-
+
diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html
index b7e0c531a..1d615d555 100644
--- a/docs/2018-09/index.html
+++ b/docs/2018-09/index.html
@@ -29,7 +29,7 @@ I’ll update the DSpace role in our Ansible infrastructure playbooks and ru
Also, I’ll re-run the postgresql tasks because the custom PostgreSQL variables are dynamic according to the system’s RAM, and we never re-ran them after migrating to larger Linodes last month
I’m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I’m getting those autowire errors in Tomcat 8.5.30 again:
"/>
-
+
diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html
index 836d5d4cd..7c9ac3877 100644
--- a/docs/2018-10/index.html
+++ b/docs/2018-10/index.html
@@ -25,7 +25,7 @@ I created a GitHub issue to track this #389, because I’m super busy in Nai
Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items
I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now
"/>
-
+
diff --git a/docs/2018-11/index.html b/docs/2018-11/index.html
index 83e0b81f2..b04028a5a 100644
--- a/docs/2018-11/index.html
+++ b/docs/2018-11/index.html
@@ -39,7 +39,7 @@ Send a note about my dspace-statistics-api to the dspace-tech mailing list
Linode has been sending mails a few times a day recently that CGSpace (linode18) has had high CPU usage
Today these are the top 10 IPs:
"/>
-
+
diff --git a/docs/2018-12/index.html b/docs/2018-12/index.html
index 36dc94da5..d753c96f9 100644
--- a/docs/2018-12/index.html
+++ b/docs/2018-12/index.html
@@ -39,7 +39,7 @@ Then I ran all system updates and restarted the server
I noticed that there is another issue with PDF thumbnails on CGSpace, and I see there was another Ghostscript vulnerability last week
"/>
-
+
diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html
index a2d67d165..74eb4b3e9 100644
--- a/docs/2019-01/index.html
+++ b/docs/2019-01/index.html
@@ -53,7 +53,7 @@ I don’t see anything interesting in the web server logs around that time t
903 54.70.40.11
"/>
-
+
diff --git a/docs/2019-02/index.html b/docs/2019-02/index.html
index 8028c2bf4..a42cc4621 100644
--- a/docs/2019-02/index.html
+++ b/docs/2019-02/index.html
@@ -81,7 +81,7 @@ user 0m22.203s
sys 0m1.979s
"/>
-
+
diff --git a/docs/2019-03/index.html b/docs/2019-03/index.html
index 0b7a332f0..f46c5dc3f 100644
--- a/docs/2019-03/index.html
+++ b/docs/2019-03/index.html
@@ -45,7 +45,7 @@ Most worryingly, there are encoding errors in the abstracts for eleven items, fo
I think I will need to ask Udana to re-copy and paste the abstracts with more care using Google Docs
"/>
-
+
diff --git a/docs/2019-04/index.html b/docs/2019-04/index.html
index 7a60c69ef..0941f4788 100644
--- a/docs/2019-04/index.html
+++ b/docs/2019-04/index.html
@@ -71,7 +71,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-2-countries.csv -db dspa
$ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace -u dspace -p 'fuuu' -m 231 -f cg.coverage.region -d
"/>
-
+
diff --git a/docs/2019-05/index.html b/docs/2019-05/index.html
index d7fd82ac5..dca9c3b43 100644
--- a/docs/2019-05/index.html
+++ b/docs/2019-05/index.html
@@ -51,7 +51,7 @@ DELETE 1
But after this I tried to delete the item from the XMLUI and it is still present…
"/>
-
+
diff --git a/docs/404.html b/docs/404.html
index 85f82bbc5..59f148713 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -14,7 +14,7 @@
-
+
diff --git a/docs/categories/index.html b/docs/categories/index.html
index 542e5fdb4..5bab64ab6 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html
index fea37bd66..bb3e8300f 100644
--- a/docs/categories/notes/index.html
+++ b/docs/categories/notes/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/categories/page/2/index.html b/docs/categories/page/2/index.html
index b9cc6f6b9..d0fa4b379 100644
--- a/docs/categories/page/2/index.html
+++ b/docs/categories/page/2/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/categories/page/3/index.html b/docs/categories/page/3/index.html
index f73b349f7..8582c5786 100644
--- a/docs/categories/page/3/index.html
+++ b/docs/categories/page/3/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/categories/page/4/index.html b/docs/categories/page/4/index.html
index 0a7bbd19e..5c64d3bd3 100644
--- a/docs/categories/page/4/index.html
+++ b/docs/categories/page/4/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/categories/page/5/index.html b/docs/categories/page/5/index.html
index c3fb5abde..cdbb554f1 100644
--- a/docs/categories/page/5/index.html
+++ b/docs/categories/page/5/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/cgiar-library-migration/index.html b/docs/cgiar-library-migration/index.html
index 1b7814d22..530f71584 100644
--- a/docs/cgiar-library-migration/index.html
+++ b/docs/cgiar-library-migration/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/index.html b/docs/index.html
index ed30e93cb..b737b90d3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index 7eb23c17b..c80eb9e8d 100644
--- a/docs/page/2/index.html
+++ b/docs/page/2/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/page/3/index.html b/docs/page/3/index.html
index b88c47b0f..42ff79c8d 100644
--- a/docs/page/3/index.html
+++ b/docs/page/3/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/page/4/index.html b/docs/page/4/index.html
index 6a1c2d5eb..9a6dae0aa 100644
--- a/docs/page/4/index.html
+++ b/docs/page/4/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/page/5/index.html b/docs/page/5/index.html
index 7419c130f..6e0104f82 100644
--- a/docs/page/5/index.html
+++ b/docs/page/5/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/posts/index.html b/docs/posts/index.html
index 86315e66f..e70f38def 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html
index 5ef97d8e4..5c203c7cf 100644
--- a/docs/posts/page/2/index.html
+++ b/docs/posts/page/2/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html
index af2cce2a8..78ea6a51c 100644
--- a/docs/posts/page/3/index.html
+++ b/docs/posts/page/3/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html
index ac62647c6..a0de8ba52 100644
--- a/docs/posts/page/4/index.html
+++ b/docs/posts/page/4/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html
index b68b576a1..147ea58b9 100644
--- a/docs/posts/page/5/index.html
+++ b/docs/posts/page/5/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index cdef4cc17..4674368b5 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -4,30 +4,30 @@
https://alanorth.github.io/cgspace-notes/
- 2019-06-23T13:39:14+03:00
+ 2019-06-23T17:38:23+03:00
0
https://alanorth.github.io/cgspace-notes/2019-05/
- 2019-06-23T13:39:14+03:00
+ 2019-06-23T17:38:23+03:00
https://alanorth.github.io/cgspace-notes/tags/notes/
- 2019-06-23T13:39:14+03:00
+ 2019-06-23T17:38:23+03:00
0
https://alanorth.github.io/cgspace-notes/posts/
- 2019-06-23T13:39:14+03:00
+ 2019-06-23T17:38:23+03:00
0
https://alanorth.github.io/cgspace-notes/tags/
- 2019-06-23T13:39:14+03:00
+ 2019-06-23T17:38:23+03:00
0
diff --git a/docs/tags/index.html b/docs/tags/index.html
index ac2ddcdf9..c9a18a77f 100644
--- a/docs/tags/index.html
+++ b/docs/tags/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/tags/notes/index.html b/docs/tags/notes/index.html
index a38a35605..ea45bf673 100644
--- a/docs/tags/notes/index.html
+++ b/docs/tags/notes/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/tags/notes/page/2/index.html b/docs/tags/notes/page/2/index.html
index 20236dc89..25136cf37 100644
--- a/docs/tags/notes/page/2/index.html
+++ b/docs/tags/notes/page/2/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/tags/notes/page/3/index.html b/docs/tags/notes/page/3/index.html
index 470a5f0b6..3b1915396 100644
--- a/docs/tags/notes/page/3/index.html
+++ b/docs/tags/notes/page/3/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/tags/notes/page/4/index.html b/docs/tags/notes/page/4/index.html
index e8c068508..0e8fc22d8 100644
--- a/docs/tags/notes/page/4/index.html
+++ b/docs/tags/notes/page/4/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/tags/notes/page/5/index.html b/docs/tags/notes/page/5/index.html
index 5f82393e8..81f79ca92 100644
--- a/docs/tags/notes/page/5/index.html
+++ b/docs/tags/notes/page/5/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/tags/page/2/index.html b/docs/tags/page/2/index.html
index 6a6f60e82..dd69c9b48 100644
--- a/docs/tags/page/2/index.html
+++ b/docs/tags/page/2/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/tags/page/3/index.html b/docs/tags/page/3/index.html
index f70990d47..e16fd151a 100644
--- a/docs/tags/page/3/index.html
+++ b/docs/tags/page/3/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/tags/page/4/index.html b/docs/tags/page/4/index.html
index 17afe3bff..a6fcd68d4 100644
--- a/docs/tags/page/4/index.html
+++ b/docs/tags/page/4/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/docs/tags/page/5/index.html b/docs/tags/page/5/index.html
index 3edcf82b8..d5aa31c00 100644
--- a/docs/tags/page/5/index.html
+++ b/docs/tags/page/5/index.html
@@ -15,7 +15,7 @@
-
+